summaryrefslogtreecommitdiff
path: root/math/fftw/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-05-29 13:40:16 +0000
committerwiz <wiz@pkgsrc.org>2012-05-29 13:40:16 +0000
commit87c807465040fc49a2fb79bc4c987279a485b5c2 (patch)
treec297207eabbcb395d1b7e1f33fdd3be77c51d16c /math/fftw/Makefile
parent25460dd39cb1e1f8be9d60c3bc9900ad85100b4d (diff)
downloadpkgsrc-87c807465040fc49a2fb79bc4c987279a485b5c2.tar.gz
Update to 3.3.2:
FFTW 3.3.2 * Removed an archaic stack-alignment hack that was failing with gcc-4.7/i386. * Added stack-alignment hack necessary for gcc on Windows/i386. We will regret this in ten years (see previous change). * Fix incompatibility with Intel icc which pretends to be gcc but does not support quad precision. * make libfftw{threads,mpi} depend upon libfftw when using libtool; this is consistent with most other libraries and simplifies the life of various distributors of GNU/Linux.
Diffstat (limited to 'math/fftw/Makefile')
-rw-r--r--math/fftw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile
index 61b730273c1..b97256cc973 100644
--- a/math/fftw/Makefile
+++ b/math/fftw/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2012/03/03 11:45:07 adam Exp $
+# $NetBSD: Makefile,v 1.38 2012/05/29 13:40:16 wiz Exp $
-DISTNAME= fftw-3.3.1
+DISTNAME= fftw-3.3.2
CATEGORIES= math
MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \
http://www.fftw.org/