We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b861dcf commit 78459acCopy full SHA for 78459ac
pythonforandroid/recipes/lapack/__init__.py
@@ -1,12 +1,15 @@
1
+'''
2
+known to build with cmake version 3.19.2 and NDK r19c.
3
+See https://gitlab.kitware.com/cmake/cmake/-/issues/18739
4
5
+
6
from pythonforandroid.recipe import Recipe
7
from pythonforandroid.logger import shprint
8
from pythonforandroid.util import current_directory, ensure_dir, BuildInterruptingException
9
from multiprocessing import cpu_count
10
from os.path import join
11
import sh
12
-# known to build with cmake version 3.19.2 and NDK r19c. See https://gitlab.kitware.com/cmake/cmake/-/issues/18739
-
13
14
class LapackRecipe(Recipe):
15
0 commit comments