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

Commit

Permalink
Merge make/pip and make/maven configurations (#17027)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgk authored and szha committed Dec 10, 2019
1 parent 8645b9a commit bf3b4dc
Show file tree
Hide file tree
Showing 29 changed files with 11 additions and 754 deletions.
2 changes: 1 addition & 1 deletion ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1977,7 +1977,7 @@ build_static_libmxnet() {
set -ex
pushd .
local mxnet_variant=${1:?"This function requires a python command as the first argument"}
source tools/staticbuild/build.sh ${mxnet_variant} pip
source tools/staticbuild/build.sh ${mxnet_variant}
popd
}

Expand Down
2 changes: 1 addition & 1 deletion ci/publish/python/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

set -ex

source tools/staticbuild/build.sh $mxnet_variant pip
source tools/staticbuild/build.sh $mxnet_variant

set -ex

Expand Down
2 changes: 1 addition & 1 deletion ci/publish/scala/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set -ex
# MAVEN_PUBLISH_OS_TYPE: linux-x86_64-cpu|linux-x86_64-gpu|osx-x86_64-cpu
# export MAVEN_PUBLISH_OS_TYPE=linux-x86_64-cpu

source tools/staticbuild/build.sh $mxnet_variant maven
source tools/staticbuild/build.sh $mxnet_variant

set -ex

Expand Down
184 changes: 0 additions & 184 deletions make/maven/maven_darwin_mkl.mk

This file was deleted.

187 changes: 0 additions & 187 deletions make/maven/maven_linux_cu90mkl.mk

This file was deleted.

Loading

0 comments on commit bf3b4dc

Please sign in to comment.