Skip to content

Commit

Permalink
move comment to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mzakharo committed Jan 6, 2021
1 parent b861dcf commit 78459ac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pythonforandroid/recipes/lapack/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
'''
known to build with cmake version 3.19.2 and NDK r19c.
See https://gitlab.kitware.com/cmake/cmake/-/issues/18739
'''

from pythonforandroid.recipe import Recipe
from pythonforandroid.logger import shprint
from pythonforandroid.util import current_directory, ensure_dir, BuildInterruptingException
from multiprocessing import cpu_count
from os.path import join
import sh

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


class LapackRecipe(Recipe):

Expand Down

0 comments on commit 78459ac

Please sign in to comment.