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

Warn about missing submodules, actually this time

parent 00573efb
No related branches found
No related tags found
No related merge requests found
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