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