mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/fftw to 3.3.6-1
This commit is contained in:
parent
a818ef548d
commit
42bd8a24bb
1 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
|||
# - removed --enable-sse from single precision
|
||||
|
||||
pkgname=fftw
|
||||
pkgver=3.3.5
|
||||
pkgver=3.3.6
|
||||
pkgrel=1
|
||||
pkgdesc="A library for computing the discrete Fourier transform (DFT)"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -16,8 +16,8 @@ license=('GPL2')
|
|||
url="http://www.fftw.org/"
|
||||
depends=('bash' 'gcc-libs')
|
||||
makedepends=('gcc-fortran')
|
||||
source=("http://www.fftw.org/${pkgname}-${pkgver}.tar.gz")
|
||||
sha1sums=('875831a7ab87d278f21ac0c3453f12d5ee807da4')
|
||||
source=("http://www.fftw.org/${pkgname}-${pkgver}-pl1.tar.gz")
|
||||
sha1sums=('b7730928b6b420733a6fd08c18616bf8ae4f625d')
|
||||
|
||||
# notes:
|
||||
# http://www.fftw.org/fftw2_doc/fftw_6.html#SEC69
|
||||
|
@ -28,9 +28,9 @@ sha1sums=('875831a7ab87d278f21ac0c3453f12d5ee807da4')
|
|||
build() {
|
||||
cd ${srcdir}
|
||||
|
||||
cp -a ${pkgname}-${pkgver} ${pkgname}-${pkgver}-double
|
||||
cp -a ${pkgname}-${pkgver} ${pkgname}-${pkgver}-long-double
|
||||
mv ${pkgname}-${pkgver} ${pkgname}-${pkgver}-single
|
||||
cp -a ${pkgname}-${pkgver}-pl1 ${pkgname}-${pkgver}-double
|
||||
cp -a ${pkgname}-${pkgver}-pl1 ${pkgname}-${pkgver}-long-double
|
||||
mv ${pkgname}-${pkgver}-pl1 ${pkgname}-${pkgver}-single
|
||||
|
||||
|
||||
# use upstream default CFLAGS while keeping our -march/-mtune
|
||||
|
|
Loading…
Reference in a new issue