android_libs
android_libs copied to clipboard
some useful android libraries
See title. In Android.mk, I tried replacing uncommenting these lines on the bottom of the file: ``` include $(CLEAR_VARS) LOCAL_MODULE:= testlapack LOCAL_SRC_FILES:= testclapack.cpp LOCAL_STATIC_LIBRARIES := lapack include $(BUILD_SHARED_LIBRARY) ``` But...
Hi, I am trying to build this project using Android Studio 2.3.3 on Mac Os. But I am getting following error: Module testlapack depends on undefined modules: tmglib
Hi Simon, I am wondering if your CLAPACK can be compiled and linked with google's ScriptIntrinsicBLAS(BLAS implementation of RenderScript;https://developer.android.com/reference/android/renderscript/ScriptIntrinsicBLAS.html). I am about to try it. If you have any advice...
Thanks for your helpful library! I noticed that the Fortran port of the gemm functions weren't working as I expected though. Fortran has column-major ordering where as C has row-major...
fatal error cvd/jni/../installfiles/cvd/runnable_batch.h:8:22 tr1/memory no such file or directory compilation terminated
$ $NDK/ndk-build StaticLibrary : libclapack.a make: execvp: /cygdrive/C/AndroidNDK/toolchains/arm-linux-androideabi-4.6/prebuilt/windows/bin/arm-linux-androideabi-ar: Argument list too long /cygdrive/C/AndroidNDK/build/core/build-binary.mk:385: recipe for target `obj/local/armeabi-v7a/libclapack.a' failed make: **\* [obj/local/armeabi-v7a/libclapack.a] Error 127 Is that "..\RtkGps\jni\simonlynen_android_libs\lapack\jni\clapack\SRC\Config.mk" contain too much C...