We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db601b commit af56c4dCopy full SHA for af56c4d
1 file changed
bin/build_dependencies_unix.sh
@@ -282,9 +282,10 @@ curl -O -L https://github.com/flintlib/flint/releases/download/v$FLINTVER/flint-
282
tar xf flint-$FLINTVER.tar.gz
283
cd flint-$FLINTVER
284
./bootstrap.sh
285
+ # --host=$HOST_ARG\ # host is ignored
286
+ # --enable-arch works on 3.1.3p1, not available on HEAD
287
./configure --prefix=$PREFIX\
- # --host=$HOST_ARG\ # host is ignored
- --enable-arch=${HOST_ARG%%-*}\ # works on 3.1.3p1, not available on HEAD
288
+ --enable-arch=${HOST_ARG%%-*}\
289
--disable-assembly\
290
--disable-avx2\
291
--disable-avx512\
0 commit comments