diff options
Diffstat (limited to 'user/fftw/APKBUILD')
-rw-r--r-- | user/fftw/APKBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/user/fftw/APKBUILD b/user/fftw/APKBUILD index aba0de1a6..2c542ebd4 100644 --- a/user/fftw/APKBUILD +++ b/user/fftw/APKBUILD @@ -1,7 +1,7 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> -# Maintainer: +# Maintainer: Zach van Rijn <me@zv.io> pkgname=fftw -pkgver=3.3.8 +pkgver=3.3.10 _pkgver=$(printf '%s' "$pkgver" | sed 's/p/-pl/') pkgrel=0 pkgdesc="Fastest fourier transform in the west" @@ -13,7 +13,9 @@ makedepends="texinfo" # order of the libs split functions are important because of lib naming subpackages="$pkgname-dev $pkgname-doc $pkgname-single-libs:single $pkgname-long-double-libs:long_double $pkgname-double-libs:double" -source="http://www.fftw.org/$pkgname-$_pkgver.tar.gz" +source="http://www.fftw.org/$pkgname-$_pkgver.tar.gz + clock-sgi-cycle.patch + " builddir="$srcdir/$pkgname-$_pkgver" _precision="single double long-double" @@ -92,4 +94,5 @@ long_double() { "$subpkgdir"/usr/lib/ } -sha512sums="ab918b742a7c7dcb56390a0a0014f517a6dff9a2e4b4591060deeb2c652bf3c6868aa74559a422a276b853289b4b701bdcbd3d4d8c08943acf29167a7be81a38 fftw-3.3.8.tar.gz" +sha512sums="2d34b5ccac7b08740dbdacc6ebe451d8a34cf9d9bfec85a5e776e87adf94abfd803c222412d8e10fbaa4ed46f504aa87180396af1b108666cde4314a55610b40 fftw-3.3.10.tar.gz +7683b31fd56c1883fd9ac553ced161b0e253163a97fb9f718f830da93ff1e45692dae4ddda3d9f3f238b8e8047f2cd62bd1933b67839328ccf386137f592f5b0 clock-sgi-cycle.patch" |