mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
fftw: bump version.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user