You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DEBUG]: -- Android: Targeting API '21' with architecture 'arm', ABI 'armeabi-v7a', and processor 'armv7-a'
[DEBUG]: -- The Fortran compiler identification is unknown
[DEBUG]: arm-linux-androideabi-gfortran: error trying to exec 'cc1': execvp: No such file or directory
[DEBUG]: -- Android: Selected unified Clang toolchain
[DEBUG]: -- The C compiler identification is Clang 9.0.9
[DEBUG]: -- Check for working Fortran compiler: /home/isabel/.buildozer/android/platform/android-ndk-r21e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gfortran
[DEBUG]: -- Check for working Fortran compiler: /home/isabel/.buildozer/android/platform/android-ndk-r21e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gfortran -- broken
[DEBUG]: CMake Error at /usr/share/cmake-3.16/Modules/CMakeTestFortranCompiler.cmake:45 (message):
[DEBUG]: The Fortran compiler
[DEBUG]:
[DEBUG]: "/home/isabel/.buildozer/android/platform/android-ndk-r21e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gfortran"
[DEBUG]:
[DEBUG]: is not able to compile a simple test program.
Thank you in advance!
The text was updated successfully, but these errors were encountered:
👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.
If you're having trouble installing or using python-for-android, maybe you could be interested in our quickstart guide.
Let us know if this comment was made in error, and we'll be happy to reopen the issue.
¿Is it possible to use scipy with kivy?
Because I have tried to use https://github.com/mzakharo/android-gfortran/releases but I don't know if I have to do something more because it fails:
[DEBUG]: -- Android: Targeting API '21' with architecture 'arm', ABI 'armeabi-v7a', and processor 'armv7-a'
[DEBUG]: -- The Fortran compiler identification is unknown
[DEBUG]: arm-linux-androideabi-gfortran: error trying to exec 'cc1': execvp: No such file or directory
[DEBUG]: -- Android: Selected unified Clang toolchain
[DEBUG]: -- The C compiler identification is Clang 9.0.9
[DEBUG]: -- Check for working Fortran compiler: /home/isabel/.buildozer/android/platform/android-ndk-r21e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gfortran
[DEBUG]: -- Check for working Fortran compiler: /home/isabel/.buildozer/android/platform/android-ndk-r21e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gfortran -- broken
[DEBUG]: CMake Error at /usr/share/cmake-3.16/Modules/CMakeTestFortranCompiler.cmake:45 (message):
[DEBUG]: The Fortran compiler
[DEBUG]:
[DEBUG]: "/home/isabel/.buildozer/android/platform/android-ndk-r21e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gfortran"
[DEBUG]:
[DEBUG]: is not able to compile a simple test program.
Thank you in advance!
The text was updated successfully, but these errors were encountered: