Skip to content

Commit af56c4d

Browse files
committed
comments
1 parent 4db601b commit af56c4d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

bin/build_dependencies_unix.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,10 @@ 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\ # host is ignored
287-
--enable-arch=${HOST_ARG%%-*}\ # works on 3.1.3p1, not available on HEAD
288+
--enable-arch=${HOST_ARG%%-*}\
288289
--disable-assembly\
289290
--disable-avx2\
290291
--disable-avx512\

0 commit comments

Comments
 (0)