mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/fftw to 3.3.8-1
This commit is contained in:
parent
811f326d2d
commit
507cc14f8c
1 changed files with 3 additions and 5 deletions
|
@ -8,16 +8,16 @@
|
|||
# - removed --enable-sse from single precision
|
||||
|
||||
pkgname=fftw
|
||||
pkgver=3.3.7
|
||||
pkgver=3.3.8
|
||||
pkgrel=1
|
||||
pkgdesc="A library for computing the discrete Fourier transform (DFT)"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
license=('GPL2')
|
||||
url="http://www.fftw.org/"
|
||||
depends=('bash' 'gcc-libs')
|
||||
makedepends=('gcc-fortran')
|
||||
source=("http://www.fftw.org/${pkgname}-${pkgver}.tar.gz")
|
||||
sha1sums=('2ae980a8d44c161ce4a09c6e2d1c79243ecbabb2')
|
||||
sha1sums=('59831bd4b2705381ee395e54aa6e0069b10c3626')
|
||||
|
||||
# notes:
|
||||
# http://www.fftw.org/fftw2_doc/fftw_6.html#SEC69
|
||||
|
@ -26,8 +26,6 @@ sha1sums=('2ae980a8d44c161ce4a09c6e2d1c79243ecbabb2')
|
|||
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
|
||||
cp -a ${pkgname}-${pkgver} ${pkgname}-${pkgver}-double
|
||||
cp -a ${pkgname}-${pkgver} ${pkgname}-${pkgver}-long-double
|
||||
mv ${pkgname}-${pkgver} ${pkgname}-${pkgver}-single
|
||||
|
|
Loading…
Reference in a new issue