Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarcosta committed Jul 22, 2024
1 parent 4db601b commit af56c4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/build_dependencies_unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,10 @@ curl -O -L https://github.com/flintlib/flint/releases/download/v$FLINTVER/flint-
tar xf flint-$FLINTVER.tar.gz
cd flint-$FLINTVER
./bootstrap.sh
# --host=$HOST_ARG\ # host is ignored
# --enable-arch works on 3.1.3p1, not available on HEAD
./configure --prefix=$PREFIX\
# --host=$HOST_ARG\ # host is ignored
--enable-arch=${HOST_ARG%%-*}\ # works on 3.1.3p1, not available on HEAD
--enable-arch=${HOST_ARG%%-*}\
--disable-assembly\
--disable-avx2\
--disable-avx512\
Expand Down

0 comments on commit af56c4d

Please sign in to comment.