Skip to content

Commit f5835fd

Browse files
committed
fix: use GMP rather than MPIR for Linux wheels
1 parent d6e239d commit f5835fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cibw_before_all_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 mpir\
5+
--gmp gmp\
66
--host x86_64-pc-linux-gnu

0 commit comments

Comments
 (0)