Skip to content

Commit

Permalink
[TEST] Jenkinsfile (#389)
Browse files Browse the repository at this point in the history
* [TEST] Jenkinsfile

* Fix wheel setup
  • Loading branch information
tqchen authored Aug 26, 2017
1 parent 9080938 commit 26b433b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ stage('Build') {
echo LLVM_CONFIG=llvm-config-4.0 >> config.mk
echo USE_RPC=1 >> config.mk
echo USE_BLAS=openblas >> config.mk
rm -f lib/libtvm_runtime.so lib/libtvm.so
"""
make('gpu', '-j2')
sh "mv lib/libtvm.so lib/libtvm_llvm40.so"
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def is_pure(self):
with open("MANIFEST.in", "w") as fo:
fo.write("include tvm/%s\n" % LIB_NAME)
setup_kwargs = {
"include_package_data": False
"include_package_data": True
}
else:
setup_kwargs = {
Expand Down

0 comments on commit 26b433b

Please sign in to comment.