[37408] trunk/dports/python

ram at macports.org ram at macports.org
Fri Jun 6 06:24:41 PDT 2008


Revision: 37408
          http://trac.macosforge.org/projects/macports/changeset/37408
Author:   ram at macports.org
Date:     2008-06-06 06:24:41 -0700 (Fri, 06 Jun 2008)

Log Message:
-----------
py-numpy/py25-numpy: remove unnecessary fortran variants

Modified Paths:
--------------
    trunk/dports/python/py-numpy/Portfile
    trunk/dports/python/py25-numpy/Portfile

Modified: trunk/dports/python/py-numpy/Portfile
===================================================================
--- trunk/dports/python/py-numpy/Portfile	2008-06-06 13:24:36 UTC (rev 37407)
+++ trunk/dports/python/py-numpy/Portfile	2008-06-06 13:24:41 UTC (rev 37408)
@@ -5,7 +5,7 @@
 
 name                    py-numpy
 version                 1.0.4
-revision                8
+revision                9
 categories              python
 platforms               darwin
 maintainers             ram openmaintainer
@@ -29,23 +29,4 @@
   reinplace "s|@@MPORTS_PREFIX@@|${prefix}|" ${worksrcpath}/numpy/distutils/fcompiler/g95.py
 }
 
-variant g95 conflicts gcc42 gcc43 description "Use g95 as fortran compiler" {
-  depends_lib-append    port:g95
-  build.cmd-append      "config_fc --fcompiler g95 --f77exec ${prefix}/bin/g95 --f90exec ${prefix}/bin/g95"
-}
-
-variant gcc42 conflicts g95 gcc43 description "Use gfortran-mp-4.2 as fortran compiler" {
-  depends_lib-append    port:gcc42
-  build.cmd-append      "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/gfortran-mp-4.2 --f90exec ${prefix}/bin/gfortran-mp-4.2"
-}
-
-variant gcc43 conflicts g95 gcc42 description "Use gfortran-mp-4.3 as fortran compiler" {
-  depends_lib-append    port:gcc43
-  build.cmd-append      "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/gfortran-mp-4.3 --f90exec ${prefix}/bin/gfortran-mp-4.3"
-}
-
-if { ![variant_isset g95] && ![variant_isset gcc42] && ![variant_isset gcc43] } {
-  default_variants      +g95
-}
-
 livecheck.distname      NumPy

Modified: trunk/dports/python/py25-numpy/Portfile
===================================================================
--- trunk/dports/python/py25-numpy/Portfile	2008-06-06 13:24:36 UTC (rev 37407)
+++ trunk/dports/python/py25-numpy/Portfile	2008-06-06 13:24:41 UTC (rev 37408)
@@ -5,7 +5,7 @@
 
 name                    py25-numpy
 version                 1.0.4
-revision                7
+revision                8
 categories              python
 platforms               darwin
 maintainers             ram openmaintainer
@@ -30,23 +30,4 @@
   reinplace "s|@@MPORTS_PREFIX@@|${prefix}|" ${worksrcpath}/numpy/distutils/fcompiler/g95.py
 }
 
-variant g95 conflicts gcc42 gcc43 description "Use g95 as fortran compiler" {
-  depends_lib-append    port:g95
-  build.cmd-append      "config_fc --fcompiler g95 --f77exec ${prefix}/bin/g95 --f90exec ${prefix}/bin/g95"
-}
-
-variant gcc42 conflicts g95 gcc43 description "Use gfortran-mp-4.2 as fortran compiler" {
-  depends_lib-append    port:gcc42
-  build.cmd-append      "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/gfortran-mp-4.2 --f90exec ${prefix}/bin/gfortran-mp-4.2"
-}
-
-variant gcc43 conflicts g95 gcc42 description "Use gfortran-mp-4.3 as fortran compiler" {
-  depends_lib-append    port:gcc43
-  build.cmd-append      "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/gfortran-mp-4.3 --f90exec ${prefix}/bin/gfortran-mp-4.3"
-}
-
-if { ![variant_isset g95] && ![variant_isset gcc42] && ![variant_isset gcc43] } {
-  default_variants      +g95
-}
-
 livecheck.distname      NumPy

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080606/ee416a30/attachment.htm 


More information about the macports-changes mailing list