We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90c23e commit ec7d6c0Copy full SHA for ec7d6c0
azure-pipelines.yml
@@ -137,3 +137,13 @@ jobs:
137
source /opt/intel/oneapi/setvars.sh
138
make CC=/usr/local/opt/llvm/bin/clang FC=ifort
139
140
+- job: OSX_NDK_ARMV7
141
+ pool:
142
+ vmImage: 'macOS-10.15'
143
+ steps:
144
+ - script: |
145
+ brew update
146
+ brew install --cask android-ndk
147
+ export ANDROID_NDK_HOME=/usr/local/share/android-ndk
148
+ make TARGET=ARMV7 ONLY_CBLAS=1 CC=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/darwin-x86_64/bin/armv7a-linux-androideabi21-clang AR=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-ar HOSTCC=gcc ARM_SOFTFP_ABI=1 -j4
149
+
0 commit comments