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

Commit

Permalink
added copying lib_api.cc into pip wheel for building extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
samskalicky committed Oct 21, 2020
1 parent ed11064 commit 3d28436
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/pip/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@
os.path.join(CURRENT_DIR, 'mxnet/include/mshadow'))
shutil.copytree(os.path.join(CURRENT_DIR, 'mxnet-build/3rdparty/tvm/nnvm/include/nnvm'),
os.path.join(CURRENT_DIR, 'mxnet/include/nnvm'))
shutil.copytree(os.path.join(CURRENT_DIR, 'mxnet/src/lib_api.cc'),
os.path.join(CURRENT_DIR, 'mxnet/src'))

package_name = 'mxnet'

Expand Down

0 comments on commit 3d28436

Please sign in to comment.