zachgk commented on a change in pull request #16374: Wheel script fix URL: https://github.com/apache/incubator-mxnet/pull/16374#discussion_r331692236
########## File path: tools/staticbuild/README.md ########## @@ -46,4 +46,19 @@ It is not recommended to run this file alone since there are a bunch of variable After running this script, you would have everything you need ready in the `/lib` folder. ## `build_wheel.sh` -This script builds the python package. It also runs a sanity test. +This script builds the python package(statically linked). It also runs a sanity test. + The command `source tools/staticbuild/build.sh <Arg1> <Arg2>` performs `cp $HOME/incubator-mxnet/make/pip/<Arg2>_linux_<Arg1>.mk $HOME/incubator-mxnet/config.mk` +- $1 can be 'pip' or 'maven' Review comment: I think $1 and $2 are flipped ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
