FreeBSD Bugzilla – Attachment 190003 Details for
Bug 225406
Add lib path for fortran.mk related builds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Simple patch to fortran.mk to expose the Fortran library path
fortran.mk.diff (text/plain), 714 bytes, created by
Diane Bruce
on 2018-01-23 15:52:14 UTC
(
hide
)
Description:
Simple patch to fortran.mk to expose the Fortran library path
Filename:
MIME Type:
Creator:
Diane Bruce
Created:
2018-01-23 15:52:14 UTC
Size:
714 bytes
patch
obsolete
>Index: Mk/Uses/fortran.mk >=================================================================== >--- Mk/Uses/fortran.mk (revision 459757) >+++ Mk/Uses/fortran.mk (working copy) >@@ -22,6 +22,7 @@ > F77= flang > FC= flang > LDFLAGS+= -L${LOCALBASE}/flang/lib -Wl,--as-needed -lflang -lexecinfo -Wl,--no-as-needed >+FLIBPATH= ${LOCALBASE}/lib > .else > IGNORE= USES=fortran: flang argument only available for amd64 > .endif >@@ -35,6 +36,7 @@ > FCFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/gcc${_GCC_VER} > LDFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/gcc${_GCC_VER} \ > -L${LOCALBASE}/lib/gcc${_GCC_VER} -B${LOCALBASE}/bin >+FLIBPATH= ${LOCALBASE}/lib/gcc${_GCC_VER} > .else > IGNORE= USES=fortran: invalid arguments: ${fortran_ARGS} > .endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225406
: 190003