Skip to content
Snippets Groups Projects
Commit c6cc1ce3 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent acee40ae
Branches
Tags
No related merge requests found
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.geuz.onelab" package="org.geuz.onelab"
android:versionCode="11" android:versionCode="12"
android:versionName="1.0.12" android:versionName="1.1.0"
android:installLocation="auto" > android:installLocation="auto" >
<uses-sdk android:minSdkVersion="14" <uses-sdk android:minSdkVersion="14"
......
...@@ -20,13 +20,6 @@ function check { ...@@ -20,13 +20,6 @@ function check {
fi fi
} }
# PETSc and BLAS/LAPACK
echo $petsc_lib/libpetsc.so
if [ ! -f "$petsc_lib/libpetsc.so" ] || [ ! -f "$petsc_lib/libf2clapack.so" ] || [ ! -f "$petsc_lib/libf2cblas.so" ] || [ ! -d "$petsc_lib/Headers/" ]; then
echo -e "ERROR: Need BLAS (f2c), LAPACK (f2c) and PETSc\ncheck android_petsc_reconfigure-armv7-android-linux.py for compile options\n"
exit 1
fi
export ANDROID_NDK=$android_ndk export ANDROID_NDK=$android_ndk
# Gmsh # Gmsh
......
#!/Users/geuzaine/anaconda/bin/python #!/Users/geuzaine/anaconda/bin/python
######## FOR PETSC 3.6.0
########## You will need to compile 3 times, with arch=arm64, armv7, armv7s)
########## and lipo the 3 libs
########## I had to remove sys.exit(0) after message saying ".reconfigure..."
########## in config/BuildSystem/config/framework.py"
if __name__ == '__main__': if __name__ == '__main__':
import sys import sys
import os import os
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment