fftw: update to 3.3.4
This commit is contained in:
parent
ccfa408f2a
commit
e7abea39b7
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'fftw'
|
# Template file for 'fftw'
|
||||||
pkgname=fftw
|
pkgname=fftw
|
||||||
version=3.3.3
|
version=3.3.4
|
||||||
revision=4
|
revision=1
|
||||||
hostmakedepends="libtool automake gcc-fortran"
|
hostmakedepends="libtool automake gcc-fortran"
|
||||||
short_desc="Library for computing the discrete Fourier transform (DFT)"
|
short_desc="Library for computing the discrete Fourier transform (DFT)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.fftw.org/"
|
homepage="http://www.fftw.org/"
|
||||||
distfiles="${homepage}/fftw-${version}.tar.gz"
|
distfiles="${homepage}/fftw-${version}.tar.gz"
|
||||||
checksum=85cdfc0a0ba10d8fa4f0f8e733aac1a5936c859832a9e3d5c0731fb5c54a97f3
|
checksum=8f0cde90929bc05587c3368d2f15cd0530a60b8a9912a8e2979a72dbe5af0982
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac
|
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac
|
||||||
|
|
Loading…
Reference in New Issue