Browse Source

Added Android as a community-supported OS

tags/v0.2.19^2
buffer51 9 years ago
parent
commit
b5e98e4dda
2 changed files with 5 additions and 0 deletions
  1. +4
    -0
      CONTRIBUTORS.md
  2. +1
    -0
      README.md

+ 4
- 0
CONTRIBUTORS.md View File

@@ -150,3 +150,7 @@ In chronological order:
* theoractice <https://github.com/theoractice/>
* [2016-03-20] Fix compiler error in VisualStudio with CMake
* [2016-03-22] Fix access violation on Windows while static linking

* Paul Mustière <https://github.com/buffer51/>
* [2016-02-04] Fix Android build on ARMV7
* [2016-04-26] Android build with LAPACK for ARMV7 & ARMV8

+ 1
- 0
README.md View File

@@ -82,6 +82,7 @@ Please read GotoBLAS_01Readme.txt
- **MingWin or Visual Studio(CMake)/Windows**: Please read <https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio>.
- **Darwin/Mac OS X**: Experimental. Although GotoBLAS2 supports Darwin, we are the beginner on Mac OS X.
- **FreeBSD**: Supported by community. We didn't test the library on this OS.
- **Android**: Supported by community. Please read <https://github.com/xianyi/OpenBLAS/wiki/How-to-build-OpenBLAS-for-Android>.

## Usages
Link with libopenblas.a or -lopenblas for shared library.


Loading…
Cancel
Save