mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
fftw, disable static libraries (#7626)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user