Skip to content

Commit c275854

Browse files
committed
Drop gmp from wheel build
1 parent cefffb5 commit c275854

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

wheels/config.sh

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,8 @@ function pre_build {
3838
export ABI=32
3939
fi
4040
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
4841
build_simple2 isl 0.24 https://libisl.sourceforge.io tar.gz \
49-
--enable-shared --disable-static --with-int=gmp --with-gmp-prefix=$BUILD_PREFIX
42+
--enable-shared --disable-static --with-int=imath-32
5043
pushd isl-0.24
5144
cat LICENSE >> ../doc/misc.rst
5245
popd
@@ -61,7 +54,7 @@ function run_tests {
6154
function pip_wheel_cmd {
6255
local abs_wheelhouse=$1
6356
rm -rf siteconf.py
64-
python configure.py --no-use-shipped-isl --isl-inc-dir=$BUILD_PREFIX/include --isl-lib-dir=$BUILD_PREFIX/lib
57+
python configure.py --no-use-gmp --no-use-shipped-isl --isl-inc-dir=$BUILD_PREFIX/include --isl-lib-dir=$BUILD_PREFIX/lib
6558
pip wheel $(pip_opts) -w $abs_wheelhouse --no-deps .
6659
}
6760

0 commit comments

Comments
 (0)