Skip to content

Commit 1153b89

Browse files
committed
Restore --disable-assembly etc
1 parent e1a59f5 commit 1153b89

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

bin/build_dependencies_unix.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,14 @@ curl -O -L https://github.com/flintlib/flint/releases/download/v$FLINTVER/flint-
282282
tar xf flint-$FLINTVER.tar.gz
283283
cd flint-$FLINTVER
284284
./bootstrap.sh
285+
# --host=$HOST_ARG\ # host is ignored
286+
# --enable-arch works on 3.1.3p1, not available on HEAD
285287
./configure --prefix=$PREFIX\
286-
--host=$HOST_ARG\
288+
./configure --prefix=$PREFIX\
289+
--enable-arch=${HOST_ARG%%-*}\
290+
--disable-assembly\
291+
--disable-avx2\
292+
--disable-avx512\
287293
$FLINTARB_WITHGMP\
288294
--with-mpfr=$PREFIX\
289295
--disable-static\

0 commit comments

Comments
 (0)