Skip to content
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

spack v1.0 support: %foo +bar -> +bar %foo #1522

Merged
merged 1 commit into from
Apr 8, 2025

Conversation

haampie
Copy link
Contributor

@haampie haampie commented Mar 17, 2025

Summary

Spack v1.0 will parse pkg %gcc +foo as "pkg with direct dependency gcc
with variant foo enabled" instead of "pkg with variant foo enabled and compiler
gcc". Reorder as pkg +foo %gcc to be compatible with Spack v0.x and
v1.0.

Spack v1.0 will parse `pkg %gcc +foo` as "pkg with direct dependency gcc
with variant foo enabled" instead of "pkg with variant foo enabled and compiler
gcc". Reorder as `pkg +foo %gcc` to be compatible with Spack v0.x and
v1.0.
Copy link
Member

@kennyweiss kennyweiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @haampie !

@kennyweiss kennyweiss mentioned this pull request Apr 8, 2025
@kennyweiss
Copy link
Member

kennyweiss commented Apr 8, 2025

@kennyweiss kennyweiss merged commit e32eab8 into LLNL:develop Apr 8, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants