Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 004847b

Browse files
committed
Try downgrading auditwheel
1 parent f468bf2 commit 004847b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.sh

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ source gfortran-install/gfortran_utils.sh
66
function build_wheel {
77
# Only use openblas for manylinux
88
if [ -z "$IS_OSX" ]; then
9+
# Downgrade auditwheel
10+
/opt/python/cp36-cp36m/bin/pip install auditwheel==1.5
911
build_libs $PLAT
1012
fi
1113
# Fix version error for development wheels by using bdist_wheel

0 commit comments

Comments
 (0)