Skip to content

Commit 1698597

Browse files
committed
maint: test building with flint 2.9.0-beta1
1 parent 00699af commit 1698597

2 files changed

Lines changed: 4 additions & 4 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 https://www.flintlib.org/flint-$FLINTVER.tar.gz
153-
tar xf flint-$FLINTVER.tar.gz
154-
cd flint-$FLINTVER
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
155155
./configure --prefix=$PREFIX\
156156
$FLINTARB_WITHGMP\
157157
--with-mpfr=$PREFIX\

bin/build_variables.sh

Lines changed: 1 addition & 1 deletion
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.8.4
20+
FLINTVER='2.9.0-beta1'
2121
ARBVER=2.22.0

0 commit comments

Comments
 (0)