We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ea14c commit f3d40bdCopy full SHA for f3d40bd
bin/build_dependencies_unix.sh
@@ -283,7 +283,7 @@ echo
283
#cd flint-$FLINTVER
284
git clone https://github.com/albinahlback/flint.git
285
cd flint
286
-git checkout rbit
+git checkout machine_vectors_casts
287
./bootstrap.sh
288
# --host=$HOST_ARG\ # host is ignored
289
# --enable-arch works on 3.1.3p1, not available on HEAD
pyproject.toml
@@ -89,7 +89,7 @@ skip = "*-win32 *-manylinux_i686 *-musllinux_*"
89
# free-threaded-support = true
90
91
manylinux-x86_64-image = "manylinux2014"
92
-manylinux-aarch64-image = "manylinux2014"
+manylinux-aarch64-image = "manylinux_2_28"
93
manylinux-i686-image = "manylinux2014"
94
test-command = "python -c \"import flint; print(str(flint.fmpz(2)))\""
95
0 commit comments