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,7 +19,7 @@ sudo apt-get update
1919sudo apt-get install libgmp-dev libmpfr-dev xz-utils
2020
2121# Only Flint 3 or newer will work.
22- FLINTVER=3.0.0
22+ FLINTVER=3.0.1
2323
2424# This will default to installing in /usr/local. If you want to install in a
2525# non-standard location then configure flint with
@@ -41,16 +41,12 @@ cd ..
4141ls -l /usr/local/lib
4242sudo ldconfig /usr/local/lib
4343
44- # Python build requirements. Ideally these would be in pyproject.toml, but
45- # first need to migrate from setup.py to pyproject.toml.
46- pip install numpy cython setuptools wheel
47-
4844# Install from checkout (or sdist).
4945echo -----------------------------------------------------------
5046echo
5147echo Running:
52- echo $ pip install --no-binary :all: --no-build-isolation $1
48+ echo $ pip install --no-binary :all: $1
5349echo
5450echo -----------------------------------------------------------
5551
56- pip install --no-binary :all: --no-build-isolation $1
52+ pip install --no-binary :all: $1
You can’t perform that action at this time.
0 commit comments