Skip to content

Commit 98430e3

Browse files
committed
maint: use MPIR for building manylinux wheels
The manylinux wheels built with GMP crashed with SIGILL when used on another Linux machine even though they passed tests in CI. This commit switches to using MPIR instead of GMP for the manylinux wheels because those wheels appear to be more "portable" according to limited testing so far. Maybe there is a configure option that could be used with GMP to make it more portable...
1 parent ae6a900 commit 98430e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/cibw_before_build_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
yum install -y xz
44
bin/build_dependencies_unix.sh\
5-
--gmp gmp\
5+
--gmp mpir\
66
--host x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)