-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[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: |
@@ -29,4 +29,5 @@ recursive-include mxnet *_LICENSE | |||
recursive-include mxnet *.h | |||
recursive-include mxnet *.hpp | |||
recursive-include mxnet *.cuh | |||
recursive-include mxnet *.cpp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does *.cpp include *.cc files?
https://github.com/apache/incubator-mxnet/blob/master/src/lib_api.cc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually no, let me include cc as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @szha !
@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