Skip to content

Commit

Permalink
[MXNET-1110] Add header files required by horovod (apache#13062)
Browse files Browse the repository at this point in the history
* Add header files required by horovod

* Add symbolic link and cherry picked required header

* add python API to return include path

* update link

* fix windows CI

* fix windows build

* fix dlpack link

* merge with master

* exclude 3rd party header files from license check

* exclude license check

* exclude include directory

* remove commented lines
  • Loading branch information
apeforest committed Feb 5, 2019
1 parent 86b8fe1 commit 6429e36
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/build_windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ def windows_package(args):
copy_tree('python', j(pkgdir, 'python'))
logging.info('packing headers')
copy_tree('include', j(pkgdir, 'include'))
copy_tree(j('3rdparty','dmlc-core','include'), j(pkgdir, 'include'))
copy_tree(j('3rdparty','mshadow', 'mshadow'), j(pkgdir, 'include', 'mshadow'))
copy_tree(j('3rdparty','tvm','nnvm', 'include'), j(pkgdir,'include', 'nnvm', 'include'))
logging.info("Compressing package: %s", pkgfile)
check_call(['7z', 'a', pkgfile, pkgdir])

Expand Down
1 change: 1 addition & 0 deletions include/dlpack
1 change: 1 addition & 0 deletions include/dmlc
1 change: 1 addition & 0 deletions include/mshadow
1 change: 1 addition & 0 deletions include/nnvm

0 comments on commit 6429e36

Please sign in to comment.