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

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lanking520 committed Jan 17, 2019
1 parent 24902bc commit 59a5631
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion tools/staticbuild/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This script is a wrapper around `build_lib.sh` aimed to simplify the usage of it
```
tools/staticbuild/build.sh cu92 maven
```
This would build the mxnet package based on CUDA9.0 and Maven (Scala) build setttings.
This would build the mxnet package based on CUDA9.2 and Maven (Scala) build setttings.
```
tools/staticbuild/build.sh mkl pip
```
Expand Down
7 changes: 0 additions & 7 deletions tools/staticbuild/build_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ if [[ $VARIANT == *mkl ]]; then
cp 3rdparty/mkldnn/LICENSE ./MKLML_LICENSE
fi

if [[ $VARIANT == *mkl ]]; then
>&2 echo "Copying MKL license."
rm lib/libmkldnn.{so,dylib}
rm lib/libmkldnn.0.*.dylib
rm lib/libmkldnn.so.0.*
fi

>&2 echo "Now building mxnet..."
$MAKE DEPS_PATH=$DEPS_PATH

Expand Down

0 comments on commit 59a5631

Please sign in to comment.