[73877] trunk/dports/math

ram at macports.org ram at macports.org
Sat Nov 27 13:51:41 PST 2010


Revision: 73877
          http://trac.macports.org/changeset/73877
Author:   ram at macports.org
Date:     2010-11-27 13:51:35 -0800 (Sat, 27 Nov 2010)
Log Message:
-----------
math/fftw-3{,-long,-single}: add gcc45 variant, closes #27473

Modified Paths:
--------------
    trunk/dports/math/fftw-3/Portfile
    trunk/dports/math/fftw-3-long/Portfile
    trunk/dports/math/fftw-3-single/Portfile

Modified: trunk/dports/math/fftw-3/Portfile
===================================================================
--- trunk/dports/math/fftw-3/Portfile	2010-11-27 20:54:50 UTC (rev 73876)
+++ trunk/dports/math/fftw-3/Portfile	2010-11-27 21:51:35 UTC (rev 73877)
@@ -75,7 +75,7 @@
   }
 }
 
-variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 g95 {
+variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 gcc45 g95 {
     depends_lib-append    port:gcc42
     depends_skip_archcheck gcc42
     configure.f77         gfortran-mp-4.2
@@ -89,7 +89,7 @@
     }
 }
 
-variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 g95 {
+variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 gcc45 g95 {
     depends_lib-append    port:gcc43
     depends_skip_archcheck gcc43
     configure.f77         gfortran-mp-4.3
@@ -103,7 +103,7 @@
     }
 }
 
-variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 g95 {
+variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 gcc45 g95 {
     depends_lib-append    port:gcc44
     depends_skip_archcheck gcc44
     configure.f77         gfortran-mp-4.4
@@ -117,7 +117,21 @@
     }
 }
 
-variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 {
+variant gcc45 description {create Fortran wrappers using gcc45} conflicts gcc42 gcc43 gcc44 g95 {
+    depends_lib-append    port:gcc45
+    depends_skip_archcheck gcc45
+    configure.f77         gfortran-mp-4.5
+    configure.args-delete --disable-fortran
+    if { ${os.arch} == "i386" } {
+        lappend merger_configure_args(ppc)     "--disable-fortran"
+        lappend merger_configure_args(ppc64)   "--disable-fortran"
+    } else {
+        lappend merger_configure_args(i386)    "--disable-fortran"
+        lappend merger_configure_args(x86_64)  "--disable-fortran"
+    }
+}
+
+variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 gcc44 gcc45 {
     depends_lib-append    port:g95
     depends_skip_archcheck g95
     configure.f77         g95

Modified: trunk/dports/math/fftw-3-long/Portfile
===================================================================
--- trunk/dports/math/fftw-3-long/Portfile	2010-11-27 20:54:50 UTC (rev 73876)
+++ trunk/dports/math/fftw-3-long/Portfile	2010-11-27 21:51:35 UTC (rev 73877)
@@ -61,7 +61,7 @@
 
 use_parallel_build yes
 
-variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 g95 {
+variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 gcc45 g95 {
     depends_lib-append    port:gcc42
     configure.f77         gfortran-mp-4.2
     configure.args-delete --disable-fortran
@@ -74,7 +74,7 @@
     }
 }
 
-variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 g95 {
+variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 gcc45 g95 {
     depends_lib-append    port:gcc43
     configure.f77         gfortran-mp-4.3
     configure.args-delete --disable-fortran
@@ -87,7 +87,7 @@
     }
 }
 
-variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 g95 {
+variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 gcc45 g95 {
     depends_lib-append    port:gcc44
     configure.f77         gfortran-mp-4.4
     configure.args-delete --disable-fortran
@@ -100,7 +100,21 @@
     }
 }
 
-variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 {
+variant gcc45 description {create Fortran wrappers using gcc45} conflicts gcc42 gcc43 gcc44 g95 {
+    depends_lib-append    port:gcc45
+    depends_skip_archcheck gcc45
+    configure.f77         gfortran-mp-4.5
+    configure.args-delete --disable-fortran
+    if { ${os.arch} == "i386" } {
+        lappend merger_configure_args(ppc)     "--disable-fortran"
+        lappend merger_configure_args(ppc64)   "--disable-fortran"
+    } else {
+        lappend merger_configure_args(i386)    "--disable-fortran"
+        lappend merger_configure_args(x86_64)  "--disable-fortran"
+    }
+}
+
+variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 gcc44 gcc45 {
     depends_lib-append    port:g95
     configure.f77         g95
     configure.args-delete --disable-fortran

Modified: trunk/dports/math/fftw-3-single/Portfile
===================================================================
--- trunk/dports/math/fftw-3-single/Portfile	2010-11-27 20:54:50 UTC (rev 73876)
+++ trunk/dports/math/fftw-3-single/Portfile	2010-11-27 21:51:35 UTC (rev 73877)
@@ -80,7 +80,7 @@
     }
 }
 
-variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 g95 {
+variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 gcc45 g95 {
     depends_lib-append    port:gcc42
     depends_skip_archcheck gcc42
     configure.f77         gfortran-mp-4.2
@@ -94,7 +94,7 @@
     }
 }
 
-variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 g95 {
+variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 gcc45 g95 {
     depends_lib-append    port:gcc43
     depends_skip_archcheck gcc43
     configure.f77         gfortran-mp-4.3
@@ -108,7 +108,7 @@
     }
 }
 
-variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 g95 {
+variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 gcc45 g95 {
     depends_lib-append    port:gcc44
     depends_skip_archcheck gcc44
     configure.f77         gfortran-mp-4.4
@@ -122,7 +122,21 @@
     }
 }
 
-variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 {
+variant gcc45 description {create Fortran wrappers using gcc45} conflicts gcc42 gcc43 gcc44 g95 {
+    depends_lib-append    port:gcc45
+    depends_skip_archcheck gcc45
+    configure.f77         gfortran-mp-4.5
+    configure.args-delete --disable-fortran
+    if { ${os.arch} == "i386" } {
+        lappend merger_configure_args(ppc)     "--disable-fortran"
+        lappend merger_configure_args(ppc64)   "--disable-fortran"
+    } else {
+        lappend merger_configure_args(i386)    "--disable-fortran"
+        lappend merger_configure_args(x86_64)  "--disable-fortran"
+    }
+}
+
+variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 gcc44 gcc45 {
     depends_lib-append    port:g95
     depends_skip_archcheck g95
     configure.f77         g95
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101127/9a4243fb/attachment-0001.html>


More information about the macports-changes mailing list