Skip to content

Commit

Permalink
contents > destdir.
Browse files Browse the repository at this point in the history
!@!

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@1891 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Jean-Pierre Mouilleseaux committed Jan 26, 2003
1 parent 5689816 commit bfb42a3
Showing 1 changed file with 11 additions and 29 deletions.
40 changes: 11 additions & 29 deletions math/fftw/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ revision 0
categories math
maintainers jpm@opendarwin.org
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.
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.
homepage http://www.fftw.org/
platforms darwin
master_sites http://www.fftw.org/
checksums md5 c6c51a4243f0f998ae4c9416108ebba0
Expand All @@ -22,23 +24,3 @@ pre-configure {
file copy -force /usr/share/libtool/config.sub ${worksrcpath}/config.sub
}
configure.args --enable-float --enable-type-prefix --enable-threads

contents \
include/sfftw_threads.h \
include/sfftw.h \
include/srfftw_threads.h \
include/srfftw.h \
info/fftw.info \
info/fftw.info-1 \
info/fftw.info-2 \
info/fftw.info-3 \
info/fftw.info-4 \
info/fftw.info-5 \
lib/libsfftw_threads.a \
lib/libsfftw_threads.la \
lib/libsfftw.a \
lib/libsfftw.la \
lib/libsrfftw_threads.a \
lib/libsrfftw_threads.la \
lib/libsrfftw.a \
lib/libsrfftw.la

0 comments on commit bfb42a3

Please sign in to comment.