Skip to content

Commit

Permalink
Merge pull request #104 from oscarbenjamin/pr_flint_311
Browse files Browse the repository at this point in the history
maint: bump Flint to 3.0.1
  • Loading branch information
oscarbenjamin authored Nov 10, 2023
2 parents 33e5485 + 978bebd commit 3e31bc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/build_dependencies_unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ echo " building Flint"
echo --------------------------------------------
echo

curl -O -L https://www.flintlib.org/flint-$FLINTVER.tar.gz
curl -O -L https://github.com/flintlib/flint/releases/download/v$FLINTVER/flint-$FLINTVER.tar.gz
tar xf flint-$FLINTVER.tar.gz
cd flint-$FLINTVER
./bootstrap.sh
Expand Down
2 changes: 1 addition & 1 deletion bin/build_variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ MPIRVER=3.0.0 # MPIR build no longer works (not clear where to download from)
# These are the actual dependencies used (at least by default):
GMPVER=6.3.0
MPFRVER=4.1.0
FLINTVER=3.0.0
FLINTVER=3.0.1

0 comments on commit 3e31bc6

Please sign in to comment.