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

Commit

Permalink
kill licenses copying
Browse files Browse the repository at this point in the history
  • Loading branch information
lanking520 committed Apr 18, 2019
1 parent 2460a75 commit 246afce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion tools/dependencies/eigen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [[ ! -d $DEPS_PATH/include/eigen3 ]]; then
cd $DEPS_PATH/eigen-git-mirror-$EIGEN_VERSION/build
cmake \
-D CMAKE_BUILD_TYPE=RELEASE \
-D EIGEN_MPL2_ONLY \
-D EIGEN_MPL2_ONLY=1 \
-D CMAKE_INSTALL_PREFIX=$DEPS_PATH ..
$MAKE install
popd
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 @@ -34,7 +34,6 @@ $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'
if [[ $PLATFORM == 'linux' ]]; then
IOMP_LIBFILE='libiomp5.so'
MKLML_LIBFILE='libmklml_intel.so'
Expand All @@ -48,12 +47,6 @@ if [[ $VARIANT == *mkl ]]; then
cp 3rdparty/mkldnn/build/install/lib/$IOMP_LIBFILE lib
cp 3rdparty/mkldnn/build/install/lib/$MKLML_LIBFILE lib
cp 3rdparty/mkldnn/build/install/lib/$MKLDNN_LIBFILE lib
cp 3rdparty/mkldnn/build/install/$MKLDNN_LICENSE lib
cp 3rdparty/mkldnn/LICENSE ./MKLML_LICENSE
fi

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

>&2 echo "Now building mxnet..."
Expand Down

0 comments on commit 246afce

Please sign in to comment.