Skip to content

Commit

Permalink
Merge pull request #235 from climbfuji/bugfix_travis_20191101
Browse files Browse the repository at this point in the history
Bugfix for travis test in schemes/check/ccpp_prebuild_config.py; add …
  • Loading branch information
climbfuji authored Oct 31, 2019
2 parents d473ed5 + bf3979f commit 5d5e43f
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 5d5e43f

Please sign in to comment.