edisongustavo commented on a change in pull request #14028: Cmake blas URL: https://github.com/apache/incubator-mxnet/pull/14028#discussion_r257641671
########## 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: Yes, but the problem is that the utility `getarch` which is invoked by the `Makefile` fails to execute. That would be another rabbit hole that I didn't want to get into. ---------------------------------------------------------------- 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
