Skip to content

Commit eb9dde4

Browse files
committed
maint: bump versions: flint-2.9.0 arb-2.23.0
1 parent 1698597 commit eb9dde4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

bin/build_dependencies_unix.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ cd ..
149149
# #
150150
# ------------------------------------------------------------------------- #
151151

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
152+
curl -O -L https://www.flintlib.org/flint-$FLINTVER.tar.gz
153+
tar xf flint-$FLINTVER.tar.gz
154+
cd flint-$FLINTVER
155155
./configure --prefix=$PREFIX\
156156
$FLINTARB_WITHGMP\
157157
--with-mpfr=$PREFIX\

bin/build_variables.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ GMPVER=6.2.1
1717
YASMVER=1.3.0
1818
MPIRVER=3.0.0
1919
MPFRVER=4.1.0
20-
FLINTVER='2.9.0-beta1'
21-
ARBVER=2.22.0
20+
FLINTVER=2.9.0
21+
ARBVER=2.23.0

0 commit comments

Comments
 (0)