Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SCons] Get git commit from environment variable
In some build environments, particularly conda forge, we use archives of the Cantera source code downloaded from GitHub. These archives do not include the .git folder, so we cannot use the git CLI to retrieve the commit information. This change reads the commit hash from the CT_GIT_COMMIT environment variable if its set. This will allow us to bring the output from all our packages closer together.
- Loading branch information