extra/fftw to 3.3-1

This commit is contained in:
Kevin Mihelich 2011-09-03 12:47:29 -04:00
parent 250770c0f8
commit 14e855d641

View file

@ -1,17 +1,17 @@
# $Id: PKGBUILD 110392 2011-02-19 07:05:55Z allan $
# $Id: PKGBUILD 136896 2011-09-02 17:27:59Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: damir <damir@archlinux.org>
# ALARM: Kevin Mihelich <kevin@plugapps.com>
# - removed -malign-double from CONFIGURE
# - removed -malign-double from CFLAGS
# - removed --enable-sse2 from double precision
# - removed --enable-sse from single precision
plugrel=1
pkgname=fftw
pkgver=3.2.2
pkgrel=2
pkgver=3.3
pkgrel=1
pkgdesc="A library for computing the discrete Fourier transform (DFT)"
arch=('i686' 'x86_64')
license=('GPL2')
@ -21,13 +21,13 @@ makedepends=('gcc-fortran')
options=(!libtool)
source=(http://www.fftw.org/${pkgname}-${pkgver}.tar.gz)
install=fftw.install
sha1sums=('e44493ba4babeacba184568e727876d9aed44205')
# notes:
# http://www.fftw.org/fftw2_doc/fftw_6.html#SEC69
# http://www.fftw.org/faq/section2.html#singleprec
# http://www.fftw.org/fftw3_doc/Precision.html#Precision
md5sums=('b616e5c91218cc778b5aa735fefb61ae')
build() {
cd ${srcdir}/${pkgname}-${pkgver}