[Lunar-commits] <moonbase> fftw3: version bumped to 3.2.2.
Florin Braescu
florin at lunar-linux.org
Sun Oct 4 10:04:15 CEST 2009
commit 50ce30e1ebf25d32bf9eaade3b7b831e1ccb3aae
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Oct 4 11:04:15 2009 +0300
fftw3: version bumped to 3.2.2.
Bugfixes and speed optimizations.
---
libs/fftw3/BUILD | 15 +++++++--------
libs/fftw3/DETAILS | 6 +++---
2 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/libs/fftw3/BUILD b/libs/fftw3/BUILD
index d4e6801..fe70593 100644
--- a/libs/fftw3/BUILD
+++ b/libs/fftw3/BUILD
@@ -3,18 +3,17 @@
# In order to have fftw3 float libs *AND* non-float libs.
# We have to do this twice.
- ./configure --prefix=/usr \
- --enable-shared \
- --enable-float \
- $OPTS &&
+ ./configure --prefix=/usr \
+ --enable-shared \
+ --enable-float \
+ $OPTS &&
default_make &&
-
make distclean &&
- ./configure --prefix=/usr \
- --enable-shared \
- $OPTS &&
+ ./configure --prefix=/usr \
+ --enable-shared \
+ $OPTS &&
default_make
diff --git a/libs/fftw3/DETAILS b/libs/fftw3/DETAILS
index d71eac3..975197f 100644
--- a/libs/fftw3/DETAILS
+++ b/libs/fftw3/DETAILS
@@ -1,12 +1,12 @@
MODULE=fftw3
- VERSION=3.2.1
+ VERSION=3.2.2
SOURCE=fftw-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/fftw-$VERSION
SOURCE_URL=ftp://ftp.fftw.org/pub/fftw
- SOURCE_VFY=sha1:690a7cb4fb947a555eaf166cd098a43b61796723
+ SOURCE_VFY=sha1:d43b799eedfb9408f62f9f056f5e8a645618467b
WEB_SITE=http://www.fftw.org
ENTERED=20011207
- UPDATED=20090113
+ UPDATED=20091004
SHORT="Fast Fourier Tranform C Library"
cat << EOF
More information about the Lunar-commits
mailing list