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/02/18 10:38:32 UTC

[GitHub] perdasilva commented on a change in pull request #14028: Cmake blas

perdasilva commented on a change in pull request #14028: Cmake blas
URL: https://github.com/apache/incubator-mxnet/pull/14028#discussion_r257640759
 
 

 ##########
 File path: ci/docker/Dockerfile.build.android_armv8
 ##########
 @@ -73,7 +73,7 @@ ENV CXX=${CROSS_ROOT}/bin/${CROSS_TRIPLE}-clang++
 # Build ARM dependencies.
 COPY install/android_arm64_openblas.sh /work/
 RUN /work/android_arm64_openblas.sh
-ENV CPLUS_INCLUDE_PATH /work/deps/OpenBLAS
+ENV OpenBLAS_HOME=/work/deps/OpenBLAS
 
 Review comment:
   is this change also relevant for the other arm builds?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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