[52050] trunk/dports/math

ram at macports.org ram at macports.org
Mon Jun 8 21:13:30 PDT 2009


Revision: 52050
          http://trac.macports.org/changeset/52050
Author:   ram at macports.org
Date:     2009-06-08 21:13:30 -0700 (Mon, 08 Jun 2009)
Log Message:
-----------
fftw-3/fftw-3-single: add gcc44 fortran variant

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

Modified: trunk/dports/math/fftw-3/Portfile
===================================================================
--- trunk/dports/math/fftw-3/Portfile	2009-06-09 00:53:38 UTC (rev 52049)
+++ trunk/dports/math/fftw-3/Portfile	2009-06-09 04:13:30 UTC (rev 52050)
@@ -76,7 +76,7 @@
   }
 }
 
-variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 g95 {
+variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 g95 {
     depends_lib-append    port:gcc42
     configure.f77         gfortran-mp-4.2
     configure.args-delete --disable-fortran
@@ -89,7 +89,7 @@
     }
 }
 
-variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 g95 {
+variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44mg95 {
     depends_lib-append    port:gcc43
     configure.f77         gfortran-mp-4.3
     configure.args-delete --disable-fortran
@@ -102,6 +102,19 @@
     }
 }
 
+variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 g95 {
+    depends_lib-append    port:gcc44
+    configure.f77         gfortran-mp-4.4
+    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 {
     depends_lib-append    port:g95
     configure.f77         g95

Modified: trunk/dports/math/fftw-3-single/Portfile
===================================================================
--- trunk/dports/math/fftw-3-single/Portfile	2009-06-09 00:53:38 UTC (rev 52049)
+++ trunk/dports/math/fftw-3-single/Portfile	2009-06-09 04:13:30 UTC (rev 52050)
@@ -81,7 +81,7 @@
     }
 }
 
-variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 g95 {
+variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 g95 {
     depends_lib-append    port:gcc42
     configure.f77         gfortran-mp-4.2
     configure.args-delete --disable-fortran
@@ -94,7 +94,7 @@
     }
 }
 
-variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 g95 {
+variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 g95 {
     depends_lib-append    port:gcc43
     configure.f77         gfortran-mp-4.3
     configure.args-delete --disable-fortran
@@ -107,6 +107,19 @@
     }
 }
 
+variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 g95 {
+    depends_lib-append    port:gcc44
+    configure.f77         gfortran-mp-4.4
+    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 {
     depends_lib-append    port:g95
     configure.f77         g95
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090608/f1b9e2fe/attachment-0001.html>


More information about the macports-changes mailing list