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

ram at macports.org ram at macports.org
Sun Feb 10 13:55:15 PST 2008


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

Log Message:
-----------
math/fftw-3-single: add g95 fortran variant

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:52:58 UTC (rev 34026)
+++ trunk/dports/math/fftw-3-single/Portfile	2008-02-10 21:55:14 UTC (rev 34027)
@@ -49,13 +49,20 @@
   configure.args-append --enable-altivec
 }
 
-variant fortran description "Use gfortran-mp-4.2 as fortran compiler" {
+variant fortran conflicts g95 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.2
 }
 
+variant g95 conflicts fortran description "Use g95 as fortran compiler" {
+  depends_lib-append    port:g95
+  configure.fc          g95
+  configure.args-delete --disable-fortran
+  configure.args-append --enable-fortran
+}
+
 post-build {
   system "cd ${worksrcpath} && make check"
 }

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


More information about the macports-changes mailing list