[34026] trunk/dports/math/fftw-3-single/Portfile

ram at macports.org ram at macports.org
Sun Feb 10 13:52:59 PST 2008


Revision: 34026
          http://trac.macosforge.org/projects/macports/changeset/34026
Author:   ram at macports.org
Date:     2008-02-10 13:52:58 -0800 (Sun, 10 Feb 2008)

Log Message:
-----------
math/fftw-3-single: use gfortran-mp-4.2 as fortran compiler

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

Modified: trunk/dports/math/fftw-3-single/Portfile
===================================================================
--- trunk/dports/math/fftw-3-single/Portfile	2008-02-10 21:48:52 UTC (rev 34025)
+++ trunk/dports/math/fftw-3-single/Portfile	2008-02-10 21:52:58 UTC (rev 34026)
@@ -3,6 +3,7 @@
 PortSystem      1.0
 name            fftw-3-single
 version         3.1.2
+revision        1
 categories      math
 platforms       darwin
 maintainers     ram openmaintainer
@@ -48,10 +49,11 @@
   configure.args-append --enable-altivec
 }
 
-variant fortran {
-  depends_lib-append    port:gcc40
+variant fortran description "Use gfortran-mp-4.2 as fortran compiler" {
+  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
 }
 
 post-build {

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


More information about the macports-changes mailing list