[35035] trunk/dports/math/fftw-3/Portfile

takeshi at macports.org takeshi at macports.org
Sat Mar 15 01:15:02 PDT 2008


Revision: 35035
          http://trac.macosforge.org/projects/macports/changeset/35035
Author:   takeshi at macports.org
Date:     2008-03-15 01:15:00 -0700 (Sat, 15 Mar 2008)

Log Message:
-----------
fftw-3: allows gcc43 contributed by marcuscalhounlopez at mac.com

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

Modified: trunk/dports/math/fftw-3/Portfile
===================================================================
--- trunk/dports/math/fftw-3/Portfile	2008-03-15 07:44:34 UTC (rev 35034)
+++ trunk/dports/math/fftw-3/Portfile	2008-03-15 08:15:00 UTC (rev 35035)
@@ -53,18 +53,22 @@
 test.run     yes
 test.target  check
 
-variant fortran description {uses gfortran} conflicts g95 {
+variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 g95 {
 	depends_lib-append    port:gcc42
-	configure.fc          gfortran-mp-4.2
+	configure.f77         gfortran-mp-4.2
 	configure.args-delete --disable-fortran
-	configure.args-append --enable-fortran=gfortran-mp-4.2
 }
 
-variant g95 description {uses g95} conflicts fortran {
+variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 g95 {
+	depends_lib-append    port:gcc43
+	configure.f77         gfortran-mp-4.3
+	configure.args-delete --disable-fortran
+}
+
+variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 {
 	depends_lib-append    port:g95
-	configure.fc	      g95
+	configure.f77         g95
 	configure.args-delete --disable-fortran
-	configure.args-append --enable-fortran
 }
 
 livecheck.check regex

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080315/b151756e/attachment.html


More information about the macports-changes mailing list