File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ MPIRVER=3.0.0 # MPIR build no longer works (not clear where to download from)
1919# These are the actual dependencies used (at least by default):
2020GMPVER=6.3.0
2121MPFRVER=4.2.2
22- FLINTVER=3.4 .0
22+ FLINTVER=3.5 .0
Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ source bin/build_variables.sh
77sudo apt-get update
88sudo apt-get install libgmp-dev libmpfr-dev xz-utils ninja-build
99
10- git clone https://github.com/flintlib/flint
11- cd flint && ./bootstrap.sh && ./configure --disable-static && make -j$( expr $( nproc) + 1) && sudo make install
10+ curl -O -L https://github.com/flintlib/flint/releases/download/v$FLINTVER /flint-$FLINTVER .tar.gz
11+ tar -xzf flint-$FLINTVER .tar.gz
12+ cd flint-$FLINTVER && ./configure --disable-static && make -j$( expr $( nproc) + 1) && sudo make install
1213
1314ls -l /usr/local/lib
1415sudo ldconfig /usr/local/lib
You can’t perform that action at this time.
0 commit comments