From 06a7843b429856da418bf2885e27e1a125613335 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Fri, 17 Feb 2017 17:05:42 +0300 Subject: [PATCH] fftw3:update --- science/mathematics/fftw3/actions.py | 10 +++++----- science/mathematics/fftw3/pspec.xml | 9 ++++++++- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/science/mathematics/fftw3/actions.py b/science/mathematics/fftw3/actions.py index 1f58e7c190..cc608e4609 100644 --- a/science/mathematics/fftw3/actions.py +++ b/science/mathematics/fftw3/actions.py @@ -9,14 +9,14 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import get -WorkDir="fftw-%s" % get.srcVERSION() +WorkDir="fftw-%s-pl1" % get.srcVERSION() def setup(): autotools.autoreconf("-fi") - shelltools.copytree("../fftw-%s" % get.srcVERSION(), "../fftw-%s-double" % get.srcVERSION()) - shelltools.copytree("../fftw-%s" % get.srcVERSION(), "../fftw-%s-long-double" % get.srcVERSION()) - shelltools.copytree("../fftw-%s" % get.srcVERSION(), "../fftw-%s-quad" % get.srcVERSION()) + shelltools.copytree("../fftw-%s-pl1" % get.srcVERSION(), "../fftw-%s-double" % get.srcVERSION()) + shelltools.copytree("../fftw-%s-pl1" % get.srcVERSION(), "../fftw-%s-long-double" % get.srcVERSION()) + shelltools.copytree("../fftw-%s-pl1" % get.srcVERSION(), "../fftw-%s-quad" % get.srcVERSION()) autotools.configure("--enable-sse \ --enable-shared \ @@ -88,7 +88,7 @@ def install(): shelltools.cd("../fftw-%s-quad" % get.srcVERSION()) autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - shelltools.cd("../fftw-%s" % get.srcVERSION()) + shelltools.cd("../fftw-%s-pl1" % get.srcVERSION()) pisitools.dohtml("doc/html/*") pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO", "CONVENTIONS") diff --git a/science/mathematics/fftw3/pspec.xml b/science/mathematics/fftw3/pspec.xml index a7825c4200..46ef8f2c61 100644 --- a/science/mathematics/fftw3/pspec.xml +++ b/science/mathematics/fftw3/pspec.xml @@ -12,7 +12,7 @@ library A library for computing the discrete Fourier transform (DFT) fftw3 is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST). - http://www.fftw.org/fftw-3.3.4.tar.gz + ftp://ftp.fftw.org/pub/fftw/fftw-3.3.6-pl1.tar.gz libgfortran libquadmath @@ -48,6 +48,13 @@ + + 2017-02-17 + 3.3.6 + Version Bump + Pisi Linux Community + admin@pisilinux.org + 2016-06-09 3.3.4