Skip to content
Snippets Groups Projects
Commit 8065f54e authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'warn-about-missing-submodules-part-2' into 'master'

Warn about missing submodules, actually this time

See merge request inducer/pyfmmlib!18
parents 00573efb 92aacc34
Branches master
No related tags found
No related merge requests found
Pipeline #19000 failed
include COPYING
include README.rst
include aksetup_helper.py
include codegen_helpers.py
include vec_wrappers.py
include wrappers.pyf.mako
......
......@@ -40,6 +40,9 @@ DASH_SEPARATOR = 75 * "-"
def main():
from aksetup_helper import check_git_submodules
check_git_submodules()
import os
build_mode = os.environ.get("PYFMMLIB_BUILD_MODE", "openmp-ofast")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment