Skip to content
Snippets Groups Projects
Verified Commit 4696f8fa authored by Lars Bilke's avatar Lars Bilke
Browse files

Fix

parent 16e3627a
No related branches found
Tags 1.4.3
No related merge requests found
......@@ -10,7 +10,7 @@ subprocess.run(f"python ogscm/cli.py --out {args.out} --file Dockerfile.gcc.full
"--jenkins --cppcheck --docs --gcovr",
shell=True)
subprocess.run(f"python ogscm/cli.py --out {args.out} --file Dockerfile.gcc.gui "
"--jenkins --cppcheck --gui --gcovr",
"--jenkins --pm conan --cvode --cppcheck --docs --gcovr --gui",
shell=True)
subprocess.run(f"python ogscm/cli.py --out {args.out} --file Dockerfile.clang.full "
"--base_image ubuntu:18.04 --compiler clang --jenkins --iwyy "
......
......@@ -65,7 +65,7 @@ class Cli_Args(argparse.ArgumentParser):
default=['ufz/ogs@master'],
help='OGS GitHub repo in the form \'user/repo@branch\' '
'OR \'user/repo@@commit\' to checkout a specific commit '
'OR a path to a local subdirectory to the git cloned OGS sources'
'OR a path to a local subdirectory to the git cloned OGS sources '
'OR \'off\' to disable OGS building')
options_g.add_argument(
'--cmake_args',
......
from __future__ import absolute_import
__version__ = '1.2.0'
__version__ = '1.4.3'
......@@ -32,7 +32,7 @@ setup(
"Operating System :: OS Independent",
],
# Make build.py available from the command line as `ogscm`.
install_requires=['enum34', 'six', 'requests', 'hpccm'],
install_requires=['enum34', 'six', 'requests', 'hpccm', 'pyyaml', 'packaging'],
# scripts=['ogscm']
entry_points={
'console_scripts': [
......
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