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

ryandesign at macports.org ryandesign at macports.org
Fri Jul 6 08:01:04 PDT 2012


Revision: 95184
          https://trac.macports.org/changeset/95184
Author:   ryandesign at macports.org
Date:     2012-07-06 08:01:03 -0700 (Fri, 06 Jul 2012)
Log Message:
-----------
py-scipy: fix dependency in gcc47 variant

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

Modified: trunk/dports/python/py-scipy/Portfile
===================================================================
--- trunk/dports/python/py-scipy/Portfile	2012-07-06 14:33:21 UTC (rev 95183)
+++ trunk/dports/python/py-scipy/Portfile	2012-07-06 15:01:03 UTC (rev 95184)
@@ -132,7 +132,7 @@
 
 variant gcc47 conflicts gcc42 gcc43 gcc44 gcc45 gcc46 description "Use gfortran-mp-4.7 as fortran compiler" {
   configure.compiler    macports-gcc-4.7
-  depends_lib-append    port:gcc46
+  depends_lib-append    port:gcc47
   set fc_options        "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/gfortran-mp-4.7 --f90exec ${prefix}/bin/gfortran-mp-4.7"
   set config_options    "config --cc ${prefix}/bin/gcc-mp-4.7 --include-dirs ${prefix}/include --library-dirs ${prefix}/lib"
   build.cmd-append      ${fc_options} ${config_options}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120706/5be42967/attachment.html>


More information about the macports-changes mailing list