mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/fftw to 3.3.4-1
This commit is contained in:
parent
4b93eb1681
commit
e32864d505
1 changed files with 4 additions and 4 deletions
|
@ -8,17 +8,17 @@
|
||||||
# - removed --enable-sse from single precision
|
# - removed --enable-sse from single precision
|
||||||
|
|
||||||
pkgname=fftw
|
pkgname=fftw
|
||||||
pkgver=3.3.3
|
pkgver=3.3.4
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="A library for computing the discrete Fourier transform (DFT)"
|
pkgdesc="A library for computing the discrete Fourier transform (DFT)"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
url="http://www.fftw.org/"
|
url="http://www.fftw.org/"
|
||||||
depends=('glibc' 'bash')
|
depends=('bash' 'gcc-libs')
|
||||||
makedepends=('gcc-fortran')
|
makedepends=('gcc-fortran')
|
||||||
source=("http://www.fftw.org/${pkgname}-${pkgver}.tar.gz")
|
source=("http://www.fftw.org/${pkgname}-${pkgver}.tar.gz")
|
||||||
install=fftw.install
|
install=fftw.install
|
||||||
sha1sums=('11487180928d05746d431ebe7a176b52fe205cf9')
|
sha1sums=('fd508bac8ac13b3a46152c54b7ac885b69734262')
|
||||||
|
|
||||||
# notes:
|
# notes:
|
||||||
# http://www.fftw.org/fftw2_doc/fftw_6.html#SEC69
|
# http://www.fftw.org/fftw2_doc/fftw_6.html#SEC69
|
||||||
|
|
Loading…
Reference in a new issue