# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name fftw-3 version 3.1.2 revision 6 categories math platforms darwin maintainers takeshi@macports.org homepage http://www.fftw.org/ distname fftw-${version} master_sites \ ${homepage} \ ftp://ftp.fftw.org/pub/fftw/ \ ftp://ftp.kusastro.kyoto-u.ac.jp/pub/src/GNU/fftw/ description \ Fast C routines to compute the Discrete Fourier Transform long_description \ FFTW is a C subroutine library for computing the \ Discrete Fourier Transform (DFT) in one or more \ dimensions, of both real and complex data, and of \ arbitrary input size. We believe that FFTW, which is \ free software, should become the FFT library of choice \ for most applications. Our benchmarks, performed on a \ variety of platforms, show that FFTW's performance is \ typically superior to that of other publicly available \ FFT software. Moreover, FFTW's performance is portable: \ the program will perform well on most architectures \ without modification. \ This port is of fftw version 3.x. It has many \ improvements relative to 2.x, but is not backwardly \ compatible. checksums md5 08f2e21c9fd02f4be2bd53a62592afa4 \ sha1 3e4c64009ffb48123a0f30f46c1d89da7810dc67 \ rmd160 13069b3582eeaa1fba1614cdca2dfbc2e45ab585 configure.args \ --enable-threads \ --enable-fma \ --disable-fortran \ --enable-shared configure.cflags-append -fno-common test.run yes test.target check universal_variant no use_parallel_build yes variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 g95 { depends_lib-append port:gcc42 configure.f77 gfortran-mp-4.2 configure.args-delete --disable-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.f77 g95 configure.args-delete --disable-fortran } livecheck.check regex livecheck.url ${homepage} livecheck.regex {FFTW ([0-9]+\.[0-9]+\.[0-9]+) is the latest}