pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2008Q4]: pkgsrc/math/fftwf Pullup ticket #2643 - requested by he



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1a0290e55f7
branches:  pkgsrc-2008Q4
changeset: 552247:e1a0290e55f7
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Jan 19 13:21:36 2009 +0000

description:
Pullup ticket #2643 - requested by he
fftwf: update to fix build

Revisions pulled up:
- math/fftwf/Makefile           1.8
- math/fftwf/distinfo           1.3
---
Module Name:    pkgsrc
Committed By:   he
Date:           Sun Jan 18 13:00:07 UTC 2009

Modified Files:
        pkgsrc/math/fftwf: Makefile distinfo

Log Message:
Update from version 3.1.2 to 3.2, to bring this in line with
the version in math/fftw/.

Pkgsrc changes:
 o Get rid of the powerpc-specific distfile, it's apparently not needed
   anymore
 o Add perl as a tool, so that "make test" can succeed
 o Adjust dependency on math/fftw

diffstat:

 math/fftwf/Makefile |  14 ++++++--------
 math/fftwf/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 12 deletions(-)

diffs (49 lines):

diff -r ebce626a71d5 -r e1a0290e55f7 math/fftwf/Makefile
--- a/math/fftwf/Makefile       Mon Jan 19 11:45:21 2009 +0000
+++ b/math/fftwf/Makefile       Mon Jan 19 13:21:36 2009 +0000
@@ -1,11 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2008/03/15 14:18:39 joerg Exp $
+# $NetBSD: Makefile,v 1.7.12.1 2009/01/19 13:21:36 tron Exp $
 
-.if (${MACHINE_ARCH} == "powerpc")
-DISTNAME=              fftw-3.1.2-fma
-.else
-DISTNAME=              fftw-3.1.2
-.endif
-PKGNAME=               fftwf-3.1.2
+DISTNAME=              fftw-3.2
+PKGNAME=               fftwf-3.2
 CATEGORIES=            math
 MASTER_SITES=          ftp://ftp.fftw.org/pub/fftw/ \
                        http://www.fftw.org/
@@ -22,7 +18,7 @@
 CONFIGURE_ARGS+=       --enable-shared
 CONFIGURE_ARGS+=       --enable-float
 
-DEPENDS+=              fftw>=3.1.2:../../math/fftw
+DEPENDS+=              fftw>=3.2:../../math/fftw
 
 .if (${MACHINE_ARCH} == "i386")
 #CONFIGURE_ARGS+=      --enable-sse
@@ -30,6 +26,8 @@
 .endif
 USE_LANGUAGES=         c fortran
 USE_TOOLS+=            gmake
+# For the "test" target:
+USE_TOOLS+=            perl
 
 TEST_TARGET=           check
 
diff -r ebce626a71d5 -r e1a0290e55f7 math/fftwf/distinfo
--- a/math/fftwf/distinfo       Mon Jan 19 11:45:21 2009 +0000
+++ b/math/fftwf/distinfo       Mon Jan 19 13:21:36 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2006/11/15 01:11:13 wulf Exp $
+$NetBSD: distinfo,v 1.2.22.1 2009/01/19 13:21:36 tron Exp $
 
-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
+SHA1 (fftw-3.2.tar.gz) = 7ec19356191ffa3719294a5373f27b75c04c301b
+RMD160 (fftw-3.2.tar.gz) = 26f686e793f0fafedefa352b38058e76c9ca698c
+Size (fftw-3.2.tar.gz) = 3670044 bytes



Home | Main Index | Thread Index | Old Index