This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ab7998  Updates build_lib.sh to copy the cub library license (#14347)
8ab7998 is described below

commit 8ab7998a9552c4538269a96c100848d96cde6cc8
Author: perdasilva <perdasi...@gmail.com>
AuthorDate: Wed Mar 6 23:03:44 2019 +0100

    Updates build_lib.sh to copy the cub library license (#14347)
---
 tools/staticbuild/build_lib.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/staticbuild/build_lib.sh b/tools/staticbuild/build_lib.sh
index b080573..ed8e1c5 100755
--- a/tools/staticbuild/build_lib.sh
+++ b/tools/staticbuild/build_lib.sh
@@ -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
 

Reply via email to