[PIP] update manifest to include lib_api.cc#19850
Conversation
Signed-off-by: Sheng Zha <[email protected]>
|
Hey @szha , Thanks for submitting the PR
CI supported jobs: [sanity, windows-gpu, miscellaneous, clang, website, unix-cpu, centos-cpu, edge, unix-gpu, windows-cpu, centos-gpu] Note: |
| recursive-include mxnet *.h | ||
| recursive-include mxnet *.hpp | ||
| recursive-include mxnet *.cuh | ||
| recursive-include mxnet *.cpp |
There was a problem hiding this comment.
does *.cpp include *.cc files?
https://github.com/apache/incubator-mxnet/blob/master/src/lib_api.cc
There was a problem hiding this comment.
actually no, let me include cc as well.
There was a problem hiding this comment.
cool, were you able to package the wheel and unzip it and confirm the lib_api.cc was inside?
|
Which setup.py do we use (or do we want to use) on master moving forward: Can we remove the other one? |
Signed-off-by: Sheng Zha <[email protected]>
|
@samskalicky I think both need to be kept for now. The needs for packaging is quite different from setting up the package locally. |
makes sense, so the one in tools/pip/setup.py is the one we use for building wheels, everywhere (dist.mxnet.io, releases, etc)? |
|
everything else looks good to me, can you confirm packaging the wheel now includes the lib_api.cc? |
Signed-off-by: Sheng Zha <[email protected]>
|
And now we are good. |
|
@mxnet-bot run ci [unix-cpu] |
|
Jenkins CI successfully triggered : [unix-cpu] |
* update manifest to include lib_api.cc Signed-off-by: Sheng Zha <[email protected]> * add cc Signed-off-by: Sheng Zha <[email protected]> * fix lib_api.cc packaging Signed-off-by: Sheng Zha <[email protected]>
* update manifest to include lib_api.cc Signed-off-by: Sheng Zha <[email protected]> * add cc Signed-off-by: Sheng Zha <[email protected]> * fix lib_api.cc packaging Signed-off-by: Sheng Zha <[email protected]>
* update manifest to include lib_api.cc Signed-off-by: Sheng Zha <[email protected]> * add cc Signed-off-by: Sheng Zha <[email protected]> * fix lib_api.cc packaging Signed-off-by: Sheng Zha <[email protected]> Co-authored-by: Sheng Zha <[email protected]>
Description
update manifest to include lib_api.cc
Checklist
Essentials
Changes
Comments