[41657] trunk/dports/math/fftw/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Sat Nov 8 07:56:15 PST 2008
Revision: 41657
http://trac.macports.org/changeset/41657
Author: mcalhoun at macports.org
Date: 2008-11-08 07:56:14 -0800 (Sat, 08 Nov 2008)
Log Message:
-----------
fftw: replace gcc34 with g95 as a dependency
Modified Paths:
--------------
trunk/dports/math/fftw/Portfile
Modified: trunk/dports/math/fftw/Portfile
===================================================================
--- trunk/dports/math/fftw/Portfile 2008-11-08 11:01:52 UTC (rev 41656)
+++ trunk/dports/math/fftw/Portfile 2008-11-08 15:56:14 UTC (rev 41657)
@@ -1,6 +1,7 @@
# $Id$
PortSystem 1.0
+
name fftw
version 2.1.5
revision 2
@@ -25,16 +26,21 @@
ftp://ftp.fftw.org/pub/fftw/ \
ftp://ftp.kusastro.kyoto-u.ac.jp/pub/src/GNU/fftw/
-checksums md5 8d16a84f3ca02a785ef9eb36249ba433
+checksums md5 8d16a84f3ca02a785ef9eb36249ba433 \
+ sha1 12020b58edc1b0490a83db4aa912fac5dfdfb26b \
+ rmd160 723308722d76c12710db6473979adf8d086b0909
configure.args --enable-type-prefix --enable-threads \
--disable-fortran --infodir=${prefix}/share/info
-variant fortran {
- depends_lib-append port:gcc34
+variant fortran description {include fortran-callable wrappers} {
+ depends_lib-append port:g95
+ configure.f77 ${prefix}/bin/g95
configure.args-delete --disable-fortran
configure.args-append --enable-fortran
- if {[variant_isset darwin]} {
+}
+
+platform darwin {
+ if {[variant_isset fortran]} {
patchfiles-append patch-configure_darwin
}
}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081108/cd6efdf5/attachment.html>
More information about the macports-changes
mailing list