You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/10/04 20:48:34 UTC

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #16374: Wheel script fix

larroy commented on a change in pull request #16374: Wheel script fix
URL: https://github.com/apache/incubator-mxnet/pull/16374#discussion_r331679992
 
 

 ##########
 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:
   just call it instead of sourcing it? as it looks like you want to set variables or something.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services