fftw: needs libtool to build.
This commit is contained in:
parent
1bd4f8bf30
commit
3a556ac1d4
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ long_desc="
|
|||
efficiently. FFTW is typically faster than other publically-available FFT
|
||||
implementations, and is even competitive with vendor-tuned libraries."
|
||||
|
||||
hostmakedepends="automake gcc-fortran"
|
||||
hostmakedepends="libtool automake gcc-fortran"
|
||||
|
||||
pre_configure() {
|
||||
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac
|
||||
|
|
Loading…
Reference in a new issue