Skip to content

Commit 3e31bc6

Browse files
Merge pull request #104 from oscarbenjamin/pr_flint_311
maint: bump Flint to 3.0.1
2 parents 33e5485 + 978bebd commit 3e31bc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/build_dependencies_unix.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ echo " building Flint"
277277
echo --------------------------------------------
278278
echo
279279

280-
curl -O -L https://www.flintlib.org/flint-$FLINTVER.tar.gz
280+
curl -O -L https://github.com/flintlib/flint/releases/download/v$FLINTVER/flint-$FLINTVER.tar.gz
281281
tar xf flint-$FLINTVER.tar.gz
282282
cd flint-$FLINTVER
283283
./bootstrap.sh

bin/build_variables.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ MPIRVER=3.0.0 # MPIR build no longer works (not clear where to download from)
2121
# These are the actual dependencies used (at least by default):
2222
GMPVER=6.3.0
2323
MPFRVER=4.1.0
24-
FLINTVER=3.0.0
24+
FLINTVER=3.0.1

0 commit comments

Comments
 (0)