jadarve / AndroidOpenBLAS

Android test app for JavaCPP + OpenBLAS
1 stars 0 forks source link

don`t find the so file of openblas #1

Open smileAllYears opened 7 years ago

smileAllYears commented 7 years ago

hi,i download your project, but i didn`t find the 'so' of openblas,the 'so' file is in this project?

jadarve commented 7 years ago

Hi, I just updated the project files. I put the .jar with the OpenBLAS presets in the app/libs folder.

Check this https://github.com/bytedeco/javacpp-presets/pull/405 and https://github.com/bytedeco/javacpp-presets/issues/402 for more info.

If you are not using JavaCPP and you need the .so to work directly in C++, you can use this repo https://github.com/buffer51/android-gfortran to create a stand-alone toolchain to compile OpenBLAS for Android.