zachgk commented on a change in pull request #14778: Updates python setup.py for recent license changes URL: https://github.com/apache/incubator-mxnet/pull/14778#discussion_r277787123
########## File path: tools/staticbuild/build_lib.sh ########## @@ -34,6 +34,7 @@ $MAKE DEPS_PATH=$DEPS_PATH $PWD/3rdparty/tvm/nnvm/lib/libnnvm.a $MAKE DEPS_PATH=$DEPS_PATH PSLITE if [[ $VARIANT == *mkl ]]; then + MKLDNN_LICENSE='license.txt' Review comment: These licenses are included as part of the source LICENSE. There is no need to re-add them ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
