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

takeshi at macports.org takeshi at macports.org
Sun Jan 27 04:07:39 PST 2008


Revision: 33445
          http://trac.macosforge.org/projects/macports/changeset/33445
Author:   takeshi at macports.org
Date:     2008-01-27 04:07:27 -0800 (Sun, 27 Jan 2008)

Log Message:
-----------
use gcc42 for variant fortran

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

Modified: trunk/dports/math/fftw-3/Portfile
===================================================================
--- trunk/dports/math/fftw-3/Portfile	2008-01-27 12:04:09 UTC (rev 33444)
+++ trunk/dports/math/fftw-3/Portfile	2008-01-27 12:07:27 UTC (rev 33445)
@@ -3,6 +3,7 @@
 PortSystem      1.0
 name            fftw-3
 version         3.1.2
+revision        1
 categories      math
 platforms       darwin
 maintainers     takeshi at macports.org
@@ -47,19 +48,19 @@
 	--infodir=${prefix}/share/info
 
 post-build {
-	system "cd ${worksrcpath} &&
-	    make check"
+	system "cd ${worksrcpath} && make check"
 }
 
 variant fortran conflicts g95 {
-	depends_lib-append port:gcc40
+	depends_lib-append    port:gcc42
+	configure.fc          gfortran-mp-4.2
 	configure.args-delete --disable-fortran
-	configure.args-append --enable-fortran=gfortran-mp-4.0
+	configure.args-append --enable-fortran=gfortran-mp-4.2
 }
 
 variant g95 conflicts fortran {
-	configure.fc	g95
-	depends_lib-append port:g95
+	depends_lib-append    port:g95
+	configure.fc	      g95
 	configure.args-delete --disable-fortran
 	configure.args-append --enable-fortran
 }

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


More information about the macports-changes mailing list