Add CORSIKA v78050; simplified matrix#1983
Merged
GernotMaier merged 5 commits intomainfrom Jan 16, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds support for CORSIKA v78050 and simplifies the GitHub Actions build matrix by replacing explicit version combinations with a more maintainable structure using matrix variables and includes.
Changes:
- Added CORSIKA v78050 with corresponding configuration versions (corsika_config v1.0.0 and corsika_opt_patch v1.2.0)
- Refactored the build matrix from explicit version objects to separate dimensions (corsika versions × avx_flag options)
- Added changelog entry documenting the new CORSIKA version
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/changes/1983.feature.md | Adds changelog entry for CORSIKA v78050 with link to release notes |
| .github/workflows/build-corsika7.yml | Simplifies build matrix structure and adds CORSIKA v78050 configuration |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
tobiaskleiner
approved these changes
Jan 15, 2026
Contributor
Author
|
Thanks @tobiaskleiner |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Add CORSIKA v78050 to build matrix. Simplify build matrix to avoid many duplicated values.
Required new releases of
See https://github.com/gammasim/simtools/actions/runs/21033352047 for a complete build and deploy.