Date: Mon, 16 Jan 2023 20:46:51 +0000 From: bugzilla-noreply@freebsd.org To: fortran@FreeBSD.org Subject: [Bug 268985] math/lapack: not WITH_PIE safe Message-ID: <bug-268985-37611-WdhcMKCK1L@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-268985-37611@https.bugs.freebsd.org/bugzilla/> References: <bug-268985-37611@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268985 Thierry Thomas <thierry@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #4 from Thierry Thomas <thierry@FreeBSD.org> --- There are two different problems: 1) FFLAGS is not set when WITH_MPI is defined. The first patch fixes that. 2) Even when FFLAGS is set, it may be ignored by cmake if CMAKE_Fortran_FLA= GS is not set. The second patch fixes that. Remark: I modified Mk/Uses/fortran.mk for the cmake case, but we could also modify Mk/Uses/cmake.mk for the Fortran case. This should fix other Fortran ports, but it might also reveal brokenness in some other ports. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268985-37611-WdhcMKCK1L>
