diff --git a/sci-libs/fftw/fftw-3.3.10.recipe b/sci-libs/fftw/fftw-3.3.10.recipe index 007582906..e22271c14 100644 --- a/sci-libs/fftw/fftw-3.3.10.recipe +++ b/sci-libs/fftw/fftw-3.3.10.recipe @@ -15,7 +15,7 @@ HOMEPAGE="http://www.fftw.org/" COPYRIGHT="2003, 2007-2011 Matteo Frigo 2003, 2007-2011 Massachusetts Institute of Technology" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="http://www.fftw.org/fftw-$portVersion.tar.gz" CHECKSUM_SHA256="56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467" PATCHES="fftw-$portVersion.patchset" @@ -123,7 +123,11 @@ BUILD() # 32 bit targets NORTHWOOD # 64 bit targets PRESCOTT - CONFIGURE="--enable-shared --enable-threads --disable-avx --disable-avx2 \ + CONFIGURE="--enable-shared \ + --disable-static \ + --enable-threads \ + --disable-avx \ + --disable-avx2 \ --disable-avx512" #CONFIGURE="--enable-shared --enable-threads" if [ "$effectiveTargetArchitecture" = x86_64 ]; then