[118768] trunk/dports/science/openmpi/Portfile
sean at macports.org
sean at macports.org
Thu Apr 10 17:12:57 PDT 2014
Revision: 118768
https://trac.macports.org/changeset/118768
Author: sean at macports.org
Date: 2014-04-10 17:12:57 -0700 (Thu, 10 Apr 2014)
Log Message:
-----------
openmpi: add flat_namespace linker flags; fixes #42667 and #39826
Modified Paths:
--------------
trunk/dports/science/openmpi/Portfile
Modified: trunk/dports/science/openmpi/Portfile
===================================================================
--- trunk/dports/science/openmpi/Portfile 2014-04-11 00:12:52 UTC (rev 118767)
+++ trunk/dports/science/openmpi/Portfile 2014-04-11 00:12:57 UTC (rev 118768)
@@ -99,7 +99,9 @@
configure.dir ${workpath}/build
configure.cmd ${worksrcpath}/configure
configure.args --enable-mpi-fortran \
- "FFLAGS='' F77=''"
+ "FFLAGS='' F77=''" \
+ --with-wrapper-ldflags="-Wl,-flat_namespace" \
+ LIBS="-Wl,-flat_namespace"
# remove -arch from ldflags, ticket #22833
configure.ld_archflags
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140410/a0cfe1d6/attachment.html>
More information about the macports-changes
mailing list