Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lapack build error #2584

Closed
Neizvestnyj opened this issue Apr 20, 2022 · 1 comment
Closed

lapack build error #2584

Neizvestnyj opened this issue Apr 20, 2022 · 1 comment
Labels
need-fortran Priority: Medium This issue may be useful, and needs some attention.

Comments

@Neizvestnyj
Copy link
Contributor

Error:

File "/home/neizvestnyj/AndroidApps/APP/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/lapack/__init__.py", line 25, in get_recipe_env
    sysroot = f"{self.ctx.ndk_dir}/platforms/{env['NDK_API']}/{arch.platform_dir}"
AttributeError: 'ArchAarch_64' object has no attribute 'platform_dir'

buildozer.spec

android.api = 32
android.minapi = 21
android.ndk = 23b
android.arch = arm64-v8a

Versions

  • Python: 3.9
  • OS: Linux
  • Kivy: 2.0.0
  • Cython: 0.29.19
  • OpenJDK: 11.0.14
  • buildozer: 1.4.0 (master)
  • p4a: develop
@misl6 misl6 added Priority: Medium This issue may be useful, and needs some attention. need-fortran labels Apr 22, 2022
@mzakharo
Copy link
Contributor

mzakharo commented Jun 6, 2022

#2615 should resolve this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-fortran Priority: Medium This issue may be useful, and needs some attention.
Projects
None yet
Development

No branches or pull requests

3 participants