We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be4a46 commit be52cadCopy full SHA for be52cad
travis-ci/build_wheel.sh
@@ -59,6 +59,7 @@ else
59
rm dist/scipy_openblas*-none-any.whl
60
# Add an RPATH to libgfortran:
61
# https://github.com/pypa/auditwheel/issues/451
62
+ yum install -y zip
63
unzip dist/*.whl "*libgfortran*"
64
patchelf --force-rpath --set-rpath '$ORIGIN' */lib/libgfortran*
65
zip dist/*.whl */lib/libgfortran*
0 commit comments