Skip to content

Commit

Permalink
New port: FFTW, version 3.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@4299 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Gregory Wright committed Dec 25, 2003
1 parent fd2eb83 commit a5d7ccd
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions math/fftw-3/Portfile
@@ -0,0 +1,42 @@
# $Id: Portfile,v 1.1 2003/12/25 03:12:23 gwright Exp $

PortSystem 1.0
name fftw
version 3.0.1-fma
revision 0
categories math
platforms darwin
maintainers gwright@comcast.net

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.

homepage http://www.fftw.org/
master_sites http://www.fftw.org/ \
ftp://ftp.fftw.org/pub/fftw/ \
ftp://ftp.kusastro.kyoto-u.ac.jp/pub/src/GNU/fftw/

checksums md5 fe6d96580eaeda1035ecab54507b4092

configure.args --enable-float --enable-threads --mandir=${prefix}/share/man

post-build { cd ${worksrcpath}
system "make check"
}


0 comments on commit a5d7ccd

Please sign in to comment.