Skip to content

Commit e08d3df

Browse files
Merge pull request #40 from oscarbenjamin/pr_gmp
fix: use GMP rather than MPIR for Linux wheels
2 parents 70662cd + f5835fd commit e08d3df

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)