We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39bb5ad commit 4db601bCopy full SHA for 4db601b
1 file changed
bin/build_dependencies_unix.sh
@@ -283,7 +283,8 @@ tar xf flint-$FLINTVER.tar.gz
283
cd flint-$FLINTVER
284
./bootstrap.sh
285
./configure --prefix=$PREFIX\
286
- --host=$HOST_ARG\
+ # --host=$HOST_ARG\ # host is ignored
287
+ --enable-arch=${HOST_ARG%%-*}\ # works on 3.1.3p1, not available on HEAD
288
--disable-assembly\
289
--disable-avx2\
290
--disable-avx512\
0 commit comments