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.
gr_ctx_clear
1 parent d869f47 commit 2ce48b0Copy full SHA for 2ce48b0
bin/pyodide_build_flint.sh
@@ -2,11 +2,12 @@
2
3
set -e
4
5
-curl -L https://github.com/flintlib/flint/releases/download/v3.2.2/flint-3.2.2.tar.xz -o flint-3.2.2.tar.xz
6
-tar -xf flint-3.2.2.tar.xz
+# curl -L https://github.com/flintlib/flint/releases/download/v3.2.2/flint-3.2.2.tar.xz -o flint-3.2.2.tar.xz
+# tar -xf flint-3.2.2.tar.xz
7
8
-cd flint-3.2.2
+git clone https://github.com/fredrik-johansson/flint flint-3.2.2 --branch clear
9
10
+cd flint-3.2.2
11
12
emconfigure ./configure \
13
--disable-dependency-tracking \
0 commit comments