Skip to content

Commit

Permalink
[SCons] Add build option 'package_build'
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Aug 25, 2022
1 parent b0076eb commit b61c2fb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions SConstruct
Expand Up @@ -579,6 +579,15 @@ config_options = [
the 'shared/cantera' subdirectory of the active 'conda' environment.""",
{"Windows": "compact", "default": "standard"},
("standard", "compact", "debian", "conda")),
BoolOption(
"package_build",
"""Used in combination with packaging tools (example: 'conda-build'). If
enabled, the installed package will be independent from host and build
environments, with all external library and include paths removed. Packaged
C++ and Fortran samples assume that users will compile with local SDKs, which
should be backwards compatible with the tools used for the build process.
""",
False),
BoolOption(
"fast_fail_tests",
"If enabled, tests will exit at the first failure.",
Expand Down

0 comments on commit b61c2fb

Please sign in to comment.