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.
replace content with a redirect to the html docs
Mention use of llvm-ar rather than gcc-ar in recent NDKs and remove perl requirement
Add NDK23B example
added script for x86_64 architecture
added link to targets list
Added alternative script which was tested on OSX with latest NDK
Move outdated instructions for gcc-based NDK versions to the bottom, add hint about x86 builds
Updated How to build OpenBLAS for Android (markdown)
Mention perl and C compiler as prerequisites on the build host
Add note about static linking bug with NDK 16 and API>22
Mention requirement to build a standalone toolchain in the clang section as well
Add note about having to specify AR on a Mac, from issue 1435
add note about stdio.h not found error
fix toolchain argument in armv8 clang build as per #1337
Update for 0.2.20 (full builds, ARMv7 softfp support, newer NDKs using CLANG)
Making only libs, not netlib (which also contains link/run tests...)
Recipes not targets (for make)
Building libs & netlib targets to prevent errors in tests
use TARGET_CFLAGS and TARGET_LDFLAGS instead of CFLAGS and LDFLAGS for linking OpenBLAS on ARMv7
Added FC for building with Fortran