-
Notifications
You must be signed in to change notification settings - Fork 5
fix: remove when_possible from eic_xl and eic_cuda #40
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes the 'concretizer: unify: when_possible' configuration from the xl/spack.yaml file. This setting was previously used to allow multiple epic versions, but is apparently no longer needed.
- Removes the concretizer configuration block from spack-environment/xl/spack.yaml
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Seems like eic_cuda had some other duplication. I'll have to see if it's bad or can be remedied. |
Removed the 'concretizer' configuration from spack.yaml.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Briefly, what does this PR introduce?
This PR removes the 'concretizer: unify: when_possible' configuration from spack.yaml for xl and cuda.
What kind of change does this PR introduce?