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 cefffb5 commit c3eb182Copy full SHA for c3eb182
wheels/config.sh
@@ -38,15 +38,8 @@ function pre_build {
38
export ABI=32
39
fi
40
echo "Bundled dependencies in the wheel" >> doc/misc.rst
41
- build_simple2 gmp 6.1.2 https://gmplib.org/download/gmp tar.bz2 \
42
- --enable-shared --disable-static --with-pic --enable-fat
43
- pushd gmp-6.1.2
44
- cat README >> ../doc/misc.rst
45
- cat COPYING.LESSERv3 >> ../doc/misc.rst
46
- echo "" >> ../doc/misc.rst
47
- popd
48
build_simple2 isl 0.24 https://libisl.sourceforge.io tar.gz \
49
- --enable-shared --disable-static --with-int=gmp --with-gmp-prefix=$BUILD_PREFIX
+ --enable-shared --disable-static --with-int=imath-32
50
pushd isl-0.24
51
cat LICENSE >> ../doc/misc.rst
52
popd
0 commit comments