fftw, disable static libraries (#7626)

This commit is contained in:
Schrijvers Luc
2022-12-24 17:03:38 +01:00
committed by GitHub
parent 2e69c161e5
commit 5de38eef1b

View File

@@ -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