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 4a70662 commit fbb83f3Copy full SHA for fbb83f3
tools/build_wheel.sh
@@ -15,7 +15,7 @@ source tools/build_prepare.sh
15
$PYTHON -m pip wheel -w dist -v .
16
17
auditwheel repair -w dist --lib-sdir /lib dist/*.whl
18
-rm dist/scipy_openblas*-none-any.whl
+
19
# Add an RPATH to libgfortran:
20
# https://github.com/pypa/auditwheel/issues/451
21
if [ "$MB_ML_LIBC" == "musllinux" ]; then
0 commit comments