Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix for travis test in schemes/check/ccpp_prebuild_config.py; add … #235

Merged
merged 1 commit into from
Oct 31, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions schemes/check/ccpp_prebuild_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
# Auto-generated makefile/cmakefile snippets that contain all schemes
SCHEMES_MAKEFILE = '/dev/null'
SCHEMES_CMAKEFILE = '/dev/null'
SCHEMES_SOURCEFILE = '/dev/null'

# CCPP host cap in which to insert the ccpp_field_add statements;
# determines the directory to place ccpp_{modules,fields}.inc
Expand All @@ -41,6 +42,7 @@
# Auto-generated makefile/cmakefile snippets that contain all caps
CAPS_MAKEFILE = '/dev/null'
CAPS_CMAKEFILE = '/dev/null'
CAPS_SOURCEFILE = '/dev/null'

# Directory where to put all auto-generated physics caps
CAPS_DIR = '.'
Expand Down