You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2018/06/07 16:33:20 UTC

[incubator-mxnet] 13/16: Fix wheels for ARMv7 and Jetson

This is an automated email from the ASF dual-hosted git repository.

marcoabreu pushed a commit to branch devel-arm
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git

commit 821a60f5720363bebcbf81a655d25be61690b5d2
Author: Pedro Larroy <pe...@gmail.com>
AuthorDate: Wed Mar 28 17:17:31 2018 +0200

    Fix wheels for ARMv7 and Jetson
---
 ci/docker/runtime_functions.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh
index 501f3cf..8a0cd63 100755
--- a/ci/docker/runtime_functions.sh
+++ b/ci/docker/runtime_functions.sh
@@ -74,7 +74,6 @@ build_jetson() {
     make -j$(nproc)
 
     build_wheel /work/mxnet/python /work/mxnet/lib
-
     popd
 }
 
@@ -96,7 +95,7 @@ build_armv6() {
         -DUSE_OPENCV=OFF \
         -DUSE_OPENMP=OFF \
         -DUSE_SIGNAL_HANDLER=ON \
-        -DCMAKE_BUILD_TYPE=Release \
+        -DCMAKE_BUILD_TYPE=RelWithDebInfo \
         -DUSE_MKL_IF_AVAILABLE=OFF \
         -DUSE_LAPACK=OFF \
         -DBUILD_CPP_EXAMPLES=OFF \
@@ -105,7 +104,6 @@ build_armv6() {
 
     ninja
     build_wheel
-
     popd
 }
 
@@ -142,7 +140,6 @@ build_armv7() {
 
     ninja
     build_wheel
-
     popd
 }
 

-- 
To stop receiving notification emails like this one, please contact
marcoabreu@apache.org.