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

Commit

Permalink
Updates build_lib.sh to copy the cub library license (#14347)
Browse files Browse the repository at this point in the history
  • Loading branch information
perdasilva authored and nswamy committed Apr 5, 2019
1 parent 0f96e66 commit e14e8be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/staticbuild/build_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ if [[ $VARIANT == *mkl ]]; then
cp 3rdparty/mkldnn/LICENSE ./MKLML_LICENSE
fi

if [[ $VARIANT == cu* ]]; then
cp 3rdparty/cub/LICENSE.TXT ./CUB_LICENSE
fi

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

Expand Down

0 comments on commit e14e8be

Please sign in to comment.