Skip to content

Commit c3eb182

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

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

wheels/config.sh

Lines changed: 1 addition & 8 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

0 commit comments

Comments
 (0)