pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/fftw Changes 3.1.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f51acf0a090
branches:  trunk
changeset: 515758:0f51acf0a090
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 07 18:02:01 2006 +0000

description:
Changes 3.1.2:
* Correct bug in configure script: --enable-portable-binary option was ignored!
* Threads compilation fix on AIX: prefer xlc_r to cc_r, and don't use
  either if we are using gcc.
* Updated FAQ to note that Apple gcc 4.0.1 on MacOS/Intel is broken,
  and suggest a workaround.  configure script now detects Core/Duo arch.
* Use -maltivec when checking for altivec.h.

diffstat:

 math/fftw/Makefile |  6 +++---
 math/fftw/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r 8d0552013d78 -r 0f51acf0a090 math/fftw/Makefile
--- a/math/fftw/Makefile        Fri Jul 07 18:01:24 2006 +0000
+++ b/math/fftw/Makefile        Fri Jul 07 18:02:01 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2006/05/24 19:24:40 adam Exp $
+# $NetBSD: Makefile,v 1.25 2006/07/07 18:02:01 adam Exp $
 
-DISTNAME=      fftw-3.1.1
+DISTNAME=      fftw-3.1.2
 CATEGORIES=    math
 MASTER_SITES=  ftp://ftp.fftw.org/pub/fftw/ \
                http://www.fftw.org/
@@ -18,7 +18,7 @@
 CONFIGURE_ARGS+=       --enable-shared
 
 PKGCONFIG_OVERRIDE+=   fftw.pc.in
-INFO_FILES=            # PLIST
+INFO_FILES=            yes
 
 TEST_TARGET=           check
 
diff -r 8d0552013d78 -r 0f51acf0a090 math/fftw/distinfo
--- a/math/fftw/distinfo        Fri Jul 07 18:01:24 2006 +0000
+++ b/math/fftw/distinfo        Fri Jul 07 18:02:01 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2006/05/24 19:24:40 adam Exp $
+$NetBSD: distinfo,v 1.11 2006/07/07 18:02:01 adam Exp $
 
-SHA1 (fftw-3.1.1.tar.gz) = 4efa2482451a71ea0887997eee7ce7b168e8efea
-RMD160 (fftw-3.1.1.tar.gz) = 4236f43159a39e3bd9d34bda1b95ce82609d26b6
-Size (fftw-3.1.1.tar.gz) = 2719997 bytes
+SHA1 (fftw-3.1.2.tar.gz) = 3e4c64009ffb48123a0f30f46c1d89da7810dc67
+RMD160 (fftw-3.1.2.tar.gz) = 13069b3582eeaa1fba1614cdca2dfbc2e45ab585
+Size (fftw-3.1.2.tar.gz) = 2736360 bytes



Home | Main Index | Thread Index | Old Index