lebeg commented on a change in pull request #14028: Cmake blas URL: https://github.com/apache/incubator-mxnet/pull/14028#discussion_r257635950
########## File path: ci/docker/install/android_arm64_openblas.sh ########## @@ -25,8 +25,41 @@ pushd . git clone https://github.com/xianyi/OpenBLAS.git cd OpenBLAS make -j$(nproc) TARGET=ARMV8 ARM_SOFTFP_ABI=1 HOSTCC=gcc NOFORTRAN=1 libs -# Can't be run (utility not compiled for the target platform) -#make install -cp *.h /usr/include -cp libopenblas.a /usr/local/lib + +# Ideally, a simple `make install` would do the job. However, OpenBLAS fails when running `make Review comment: Actually, you can set the [`PREFIX`](https://github.com/apache/incubator-mxnet/blob/master/ci/docker/install/arm_openblas.sh#L26) instead. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
