mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/fftw to 3.3.10-3
This commit is contained in:
parent
53e30fc032
commit
8ce7c68cca
1 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
pkgname=fftw
|
||||
pkgver=3.3.10
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A library for computing the discrete Fourier transform (DFT)"
|
||||
arch=(x86_64)
|
||||
url="http://www.fftw.org/"
|
||||
|
@ -22,8 +22,8 @@ provides=(libfftw3q_threads.so libfftw3q_omp.so libfftw3q.so
|
|||
libfftw3l_threads.so libfftw3l_omp.so libfftw3l_mpi.so libfftw3l.so
|
||||
libfftw3f_threads.so libfftw3f_omp.so libfftw3f_mpi.so libfftw3f.so
|
||||
libfftw3_threads.so libfftw3_omp.so libfftw3_mpi.so libfftw3.so)
|
||||
# NOTE: debug pkg currently still has invalid /build dir
|
||||
source=("http://www.fftw.org/${pkgname}-${pkgver}.tar.gz")
|
||||
options=(debug)
|
||||
source=(http://www.fftw.org/$pkgname-$pkgver.tar.gz)
|
||||
sha512sums=('2d34b5ccac7b08740dbdacc6ebe451d8a34cf9d9bfec85a5e776e87adf94abfd803c222412d8e10fbaa4ed46f504aa87180396af1b108666cde4314a55610b40')
|
||||
b2sums=('3663872bd95a01d2c79af185f53918e1d1a9c91c620082402772c07f25b9b77d4920a78dc686fac6b51aa961b8d62b7e2cef3f3031e096bed40ced80b59b29d5')
|
||||
_build_types=(single double long-double)
|
||||
|
@ -119,7 +119,7 @@ check() {
|
|||
local _name
|
||||
|
||||
for _name in "${_build_types[@]}"; do
|
||||
make check -C $pkgname-$pkgver-$_name
|
||||
make check-local -C $pkgname-$pkgver-$_name/tests
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue