Skip to content

Commit

Permalink
Updates build_lib.sh to copy the cub library license (apache#14347)
Browse files Browse the repository at this point in the history
  • Loading branch information
perdasilva authored and haohuw committed Jun 23, 2019
1 parent a4ad09e commit 626a78b
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 626a78b

Please sign in to comment.