[143467] trunk/dports/python/py-numpy/files/wrapper-template
mcalhoun at macports.org
mcalhoun at macports.org
Sat Dec 12 13:12:29 PST 2015
Revision: 143467
https://trac.macports.org/changeset/143467
Author: mcalhoun at macports.org
Date: 2015-12-12 13:12:29 -0800 (Sat, 12 Dec 2015)
Log Message:
-----------
py-numpy: configure script uses -dumpversion in its search for a fortran compiler
Modified Paths:
--------------
trunk/dports/python/py-numpy/files/wrapper-template
Modified: trunk/dports/python/py-numpy/files/wrapper-template
===================================================================
--- trunk/dports/python/py-numpy/files/wrapper-template 2015-12-12 21:08:44 UTC (rev 143466)
+++ trunk/dports/python/py-numpy/files/wrapper-template 2015-12-12 21:12:29 UTC (rev 143467)
@@ -36,6 +36,10 @@
${COMPILER} --version
exit 0
+ elif [ $arg = '-dumpversion' ]; then
+ ${COMPILER} -dumpversion
+ exit 0
+
else
NEWARGS+="$arg "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/34e7df6a/attachment.html>
More information about the macports-changes
mailing list