larroy commented on a change in pull request #11055: Added support android64
URL: https://github.com/apache/incubator-mxnet/pull/11055#discussion_r193625202
##########
File path: ci/docker/runtime_functions.sh
##########
@@ -163,6 +163,30 @@ build_android_arm64() {
cp dist/*.whl /work/build
}
+build_android_arm64() {
+ set -ex
+ cd /work/build
+# -DCMAKE_ANDROID_NDK=${CROSS_ROOT} \
+# -DCMAKE_SYSTEM_VERSION=${ANDROID_NDK_REVISION} \
+# -DCMAKE_SYSTEM_NAME=Android \
+ cmake\
+ -DANDROID=ON \
+ -DUSE_CUDA=OFF\
+ -DUSE_SSE=OFF\
+ -DUSE_LAPACK=OFF\
+ -DUSE_OPENCV=OFF\
+ -DUSE_OPENMP=OFF\
+ -DUSE_SIGNAL_HANDLER=ON\
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo\
+ -DUSE_MKL_IF_AVAILABLE=OFF\
+ -G Ninja /work/mxnet
+ ninja -v
+ export MXNET_LIBRARY_PATH=`pwd`/libmxnet.so
+ #cd /work/mxnet/python
+ #python setup.py bdist_wheel --universal
+ #cp dist/*.whl /work/build
Review comment:
there will be more work to build a binary so these comments will go away,
having another run of CI will take many hours and with flaky tests potentially
days. I would suggest to merge this as it is.
----------------------------------------------------------------
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