diff --git a/sci-libs/fftw/fftw-3.3.5.recipe b/sci-libs/fftw/fftw-3.3.6.recipe similarity index 83% rename from sci-libs/fftw/fftw-3.3.5.recipe rename to sci-libs/fftw/fftw-3.3.6.recipe index 5ccfd101c..32ea83575 100644 --- a/sci-libs/fftw/fftw-3.3.5.recipe +++ b/sci-libs/fftw/fftw-3.3.6.recipe @@ -17,17 +17,17 @@ COPYRIGHT="2003, 2007-2011 Matteo Frigo 2003, 2007-2011 Massachusetts Institute of Technology" LICENSE="GNU GPL v2" REVISION="1" -SOURCE_URI="http://www.fftw.org/fftw-$portVersion.tar.gz" -CHECKSUM_SHA256="8ecfe1b04732ec3f5b7d279fdb8efcad536d555f9d1e8fabd027037d45ea8bcf" -PATCHES="fftw-$portVersion.patchset" +SOURCE_URI="http://www.fftw.org/fftw-$portVersion-pl1.tar.gz" +CHECKSUM_SHA256="1ef4aa8427d9785839bc767f3eb6a84fcb5e9a37c31ed77a04e7e047519a183d" +SOURCE_DIR="fftw-$portVersion-pl1" ARCHITECTURES="x86 x86_gcc2 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" fftw$secondaryArchSuffix = $portVersion compat >= 3 - lib:libfftw3$secondaryArchSuffix = $portVersion compat >= 3 - lib:libfftw3f$secondaryArchSuffix = $portVersion compat >= 3 + lib:libfftw3$secondaryArchSuffix = 3.5.6 compat >= 3 + lib:libfftw3f$secondaryArchSuffix = 3.5.6 compat >= 3 cmd:fftw_wisdom$secondaryArchSuffix cmd:fftwf_wisdom$secondaryArchSuffix cmd:fftw_wisdom_to_conf$secondaryArchSuffix @@ -38,8 +38,8 @@ REQUIRES=" PROVIDES_devel=" fftw${secondaryArchSuffix}_devel = $portVersion compat >= 3 - devel:libfftw3$secondaryArchSuffix = $portVersion compat >= 3 - devel:libfftw3f$secondaryArchSuffix = $portVersion compat >= 3 + devel:libfftw3$secondaryArchSuffix = 3.5.6 compat >= 3 + devel:libfftw3f$secondaryArchSuffix = 3.5.6 compat >= 3 " REQUIRES_devel=" fftw$secondaryArchSuffix == $portVersion base @@ -75,6 +75,8 @@ BUILD() INSTALL() { + rm $libDir/libfftw*.la + prepareInstalledDevelLibs \ libfftw3 \ libfftw3f diff --git a/sci-libs/fftw/patches/fftw-3.3.5.patchset b/sci-libs/fftw/patches/fftw-3.3.6.patchset similarity index 100% rename from sci-libs/fftw/patches/fftw-3.3.5.patchset rename to sci-libs/fftw/patches/fftw-3.3.6.patchset