mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +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
|
||||
|
||||
pkgname=fftw
|
||||
pkgver=3.3.3
|
||||
pkgrel=2
|
||||
pkgver=3.3.4
|
||||
pkgrel=1
|
||||
pkgdesc="A library for computing the discrete Fourier transform (DFT)"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL2')
|
||||
url="http://www.fftw.org/"
|
||||
depends=('glibc' 'bash')
|
||||
depends=('bash' 'gcc-libs')
|
||||
makedepends=('gcc-fortran')
|
||||
source=("http://www.fftw.org/${pkgname}-${pkgver}.tar.gz")
|
||||
install=fftw.install
|
||||
sha1sums=('11487180928d05746d431ebe7a176b52fe205cf9')
|
||||
sha1sums=('fd508bac8ac13b3a46152c54b7ac885b69734262')
|
||||
|
||||
# notes:
|
||||
# http://www.fftw.org/fftw2_doc/fftw_6.html#SEC69
|
||||
|
|
Loading…
Reference in a new issue