Skip to content

Commit be52cad

Browse files
committed
install zip for rpath mangling
1 parent 6be4a46 commit be52cad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

travis-ci/build_wheel.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ else
5959
rm dist/scipy_openblas*-none-any.whl
6060
# Add an RPATH to libgfortran:
6161
# https://github.com/pypa/auditwheel/issues/451
62+
yum install -y zip
6263
unzip dist/*.whl "*libgfortran*"
6364
patchelf --force-rpath --set-rpath '$ORIGIN' */lib/libgfortran*
6465
zip dist/*.whl */lib/libgfortran*

0 commit comments

Comments
 (0)