Skip to content

Commit 78459ac

Browse files
committed
move comment to docstring
1 parent b861dcf commit 78459ac

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pythonforandroid/recipes/lapack/__init__.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
from pythonforandroid.recipe import Recipe
27
from pythonforandroid.logger import shprint
38
from pythonforandroid.util import current_directory, ensure_dir, BuildInterruptingException
49
from multiprocessing import cpu_count
510
from os.path import join
611
import sh
712

8-
# known to build with cmake version 3.19.2 and NDK r19c. See https://gitlab.kitware.com/cmake/cmake/-/issues/18739
9-
1013

1114
class LapackRecipe(Recipe):
1215

0 commit comments

Comments
 (0)