access2rohit commented on a change in pull request #16374: Wheel script fix URL: https://github.com/apache/incubator-mxnet/pull/16374#discussion_r331699720
########## File path: tools/staticbuild/build_wheel.sh ########## @@ -18,11 +18,30 @@ # under the License. # This script builds the wheel for binary distribution and performs sanity check. +# To be used only on vanilla Ubuntu-14.04 to ensure backwards compatibility +# of all dependencies of MXNet. + +set -e + +echo $(pwd) > pwd.txt +export SRC="`sed -E 's/(.*incubator\-mxnet)(.*)/\1/g' pwd.txt`" +cd $SRC + +source tools/staticbuild/install_prereq.sh Review comment: yes ---------------------------------------------------------------- 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
