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 8ce1d9b commit 66e9d15Copy full SHA for 66e9d15
build/pkgs/linbox/spkg-install.in
@@ -15,7 +15,7 @@ export CPPFLAGS="$CPPFLAGS -DDISABLE_COMMENTATOR"
15
16
# If SAGE_FAT_BINARY is set, disable dependency that be discovered on the building system.
17
if [ "$SAGE_FAT_BINARY" = yes ]; then
18
- LINBOX_CONFIGURE="--disable-sse --disable-sse2 --disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 --disable-fma --disable-fma4 --disable-avx --disable-avx2 --without-ocl $LINBOX_CONFIGURE"
+ LINBOX_CONFIGURE="--disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 --disable-fma --disable-fma4 --disable-avx --disable-avx2 --without-ocl $LINBOX_CONFIGURE"
19
fi
20
21
# Disable fplll as version 5.x is not supported by linbox <= 1.5.0.
0 commit comments