[110387] trunk/dports/python/py-scipy/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Aug 30 13:15:19 PDT 2013


Revision: 110387
          https://trac.macports.org/changeset/110387
Author:   jeremyhu at macports.org
Date:     2013-08-30 13:15:19 -0700 (Fri, 30 Aug 2013)
Log Message:
-----------
py-scipy: Fix test suite, changes from Jack Howarth

Modified Paths:
--------------
    trunk/dports/python/py-scipy/Portfile

Modified: trunk/dports/python/py-scipy/Portfile
===================================================================
--- trunk/dports/python/py-scipy/Portfile	2013-08-30 20:11:40 UTC (rev 110386)
+++ trunk/dports/python/py-scipy/Portfile	2013-08-30 20:15:19 UTC (rev 110387)
@@ -6,7 +6,7 @@
 
 name                    py-scipy
 version                 0.12.0
-revision                2
+revision                3
 platforms               darwin
 license                 BSD
 maintainers             sean openmaintainer
@@ -59,9 +59,13 @@
     worksrcdir              ${distname}
 
     build.env-append        CCFLAGS="-I${prefix}/include -L${prefix}/lib"
-
     destroot.env-append     CCFLAGS="-I${prefix}/include -L${prefix}/lib"
 
+    if {[string match "*clang*" ${configure.compiler}]} {
+        build.env-append    FFLAGS="-ff2c"
+        destroot.env-append FFLAGS="-ff2c"
+    }
+
     patchfiles              umfpack_extra_libs.patch
 
     post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130830/7b71d794/attachment.html>


More information about the macports-changes mailing list