We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00699af commit 1698597Copy full SHA for 1698597
2 files changed
bin/build_dependencies_unix.sh
@@ -149,9 +149,9 @@ cd ..
149
# #
150
# ------------------------------------------------------------------------- #
151
152
-curl -O https://www.flintlib.org/flint-$FLINTVER.tar.gz
153
-tar xf flint-$FLINTVER.tar.gz
154
-cd flint-$FLINTVER
+curl -O -L https://github.com/wbhart/flint2/archive/refs/tags/$FLINTVER.tar.gz
+tar xf $FLINTVER.tar.gz
+cd flint2-$FLINTVER
155
./configure --prefix=$PREFIX\
156
$FLINTARB_WITHGMP\
157
--with-mpfr=$PREFIX\
bin/build_variables.sh
@@ -17,5 +17,5 @@ GMPVER=6.2.1
17
YASMVER=1.3.0
18
MPIRVER=3.0.0
19
MPFRVER=4.1.0
20
-FLINTVER=2.8.4
+FLINTVER='2.9.0-beta1'
21
ARBVER=2.22.0
0 commit comments