Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
copy openblas binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jun 23, 2023
1 parent 4adef65 commit e9f92b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/staticbuild/build_lib_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ rm -rf lib; mkdir lib;
if [[ $PLATFORM == 'linux' ]]; then
cp -L build/libmxnet.so lib/libmxnet.so
cp -L $(ldd lib/libmxnet.so | grep libgfortran | awk '{print $3}') lib/
if [[ ! $ARCH == 'aarch64' ]]; then
cp -L staticdeps/lib/libopenblas.so lib/libopenblas.so.0
fi
cp -L staticdeps/lib/libopenblas.so lib/libopenblas.so.0
elif [[ $PLATFORM == 'darwin' ]]; then
cp -L build/libmxnet.dylib lib/libmxnet.dylib
fi
Expand Down

0 comments on commit e9f92b5

Please sign in to comment.