We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409891d commit 16a4397Copy full SHA for 16a4397
build/pkgs/fflas_ffpack/spkg-install.in
@@ -20,7 +20,7 @@ FFLAS_FFPACK_CONFIGURE="$SAGE_CONFIGURE_FFLAS_FFPACK $FFLAS_FFPACK_CONFIGURE"
20
21
# If SAGE_FAT_BINARY is set, disable all processor-specific optimizations
22
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"
+ FFLAS_FFPACK_CONFIGURE="--without-archnative $FFLAS_FFPACK_CONFIGURE"
24
fi
25
26
# Need to use 'bash' for configure, see
0 commit comments