We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1698597 commit eb9dde4Copy full SHA for eb9dde4
2 files changed
bin/build_dependencies_unix.sh
@@ -149,9 +149,9 @@ cd ..
149
# #
150
# ------------------------------------------------------------------------- #
151
152
-curl -O -L https://github.com/wbhart/flint2/archive/refs/tags/$FLINTVER.tar.gz
153
-tar xf $FLINTVER.tar.gz
154
-cd flint2-$FLINTVER
+curl -O -L https://www.flintlib.org/flint-$FLINTVER.tar.gz
+tar xf flint-$FLINTVER.tar.gz
+cd flint-$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.9.0-beta1'
21
-ARBVER=2.22.0
+FLINTVER=2.9.0
+ARBVER=2.23.0
0 commit comments