fftw3:ver.bump

This commit is contained in:
Rmys
2018-08-03 12:31:24 +03:00
parent 076c68bfc3
commit e7dc786a30
2 changed files with 13 additions and 6 deletions
+5 -5
View File
@@ -9,14 +9,14 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir="fftw-%s-pl1" % get.srcVERSION()
WorkDir="fftw-%s" % get.srcVERSION()
def setup():
autotools.autoreconf("-fi")
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())
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())
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-pl1" % get.srcVERSION())
shelltools.cd("../fftw-%s" % get.srcVERSION())
pisitools.dohtml("doc/html/*")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO", "CONVENTIONS")
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>A library for computing the discrete Fourier transform (DFT)</Summary>
<Description>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).</Description>
<Archive sha1sum="b7730928b6b420733a6fd08c18616bf8ae4f625d" type="targz">ftp://ftp.fftw.org/pub/fftw/fftw-3.3.6-pl1.tar.gz</Archive>
<Archive sha1sum="2ae980a8d44c161ce4a09c6e2d1c79243ecbabb2" type="targz"> http://www.fftw.org/fftw-3.3.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>libgfortran</Dependency>
<Dependency>libquadmath</Dependency>
@@ -48,6 +48,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-08-03</Date>
<Version>3.3.7</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-17</Date>
<Version>3.3.6</Version>