Skip to content

Commit 74ea513

Browse files
committed
document the need to use install_name_tool
1 parent af2c555 commit 74ea513

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/build_wheel.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ fi
3636

3737
if [ $(uname) == "Darwin" ]; then
3838
soname=$(cd local/scipy_openblas64/lib; ls libscipy_openblas*.dylib)
39+
echo otool -D local/scipy_openblas64/lib/$soname
40+
otool -D local/scipy_openblas64/lib/$soname
41+
# issue 153: there is a ".0" in the install_name. Remove it
3942
install_name_tool -id $soname local/scipy_openblas64/lib/$soname
4043
fi
4144

0 commit comments

Comments
 (0)