Skip to content

Commit 16a4397

Browse files
authored
Update FFLAS_FFPACK_CONFIGURE for SAGE_FAT_BINARY
1 parent 409891d commit 16a4397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkgs/fflas_ffpack/spkg-install.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FFLAS_FFPACK_CONFIGURE="$SAGE_CONFIGURE_FFLAS_FFPACK $FFLAS_FFPACK_CONFIGURE"
2020

2121
# If SAGE_FAT_BINARY is set, disable all processor-specific optimizations
2222
if [ "$SAGE_FAT_BINARY" = yes ]; then
23-
FFLAS_FFPACK_CONFIGURE="--disable-sse --disable-sse2 --disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 --disable-fma --disable-fma4 --disable-avx --disable-avx2 --disable-avx512f --disable-avx512dq --disable-avx512vl $FFLAS_FFPACK_CONFIGURE"
23+
FFLAS_FFPACK_CONFIGURE="--without-archnative $FFLAS_FFPACK_CONFIGURE"
2424
fi
2525

2626
# Need to use 'bash' for configure, see

0 commit comments

Comments
 (0)