Do not attach dependency types to % by default#50565
Merged
alalazo merged 11 commits intospack:developfrom May 29, 2025
Merged
Conversation
bef870c to
1f9c16f
Compare
2 tasks
1f9c16f to
32454a4
Compare
Signed-off-by: Massimiliano Culpo <[email protected]>
Signed-off-by: Massimiliano Culpo <[email protected]>
Signed-off-by: Massimiliano Culpo <[email protected]>
Signed-off-by: Massimiliano Culpo <[email protected]>
Signed-off-by: Massimiliano Culpo <[email protected]>
Instead of deducing build_requirement from a choice on dependencies, do the opposite. Signed-off-by: Massimiliano Culpo <[email protected]>
Signed-off-by: Massimiliano Culpo <[email protected]>
Signed-off-by: Massimiliano Culpo <[email protected]>
Signed-off-by: Massimiliano Culpo <[email protected]>
Signed-off-by: Massimiliano Culpo <[email protected]>
38a88e8 to
6b43e35
Compare
Signed-off-by: Massimiliano Culpo <[email protected]>
6b43e35 to
2c91352
Compare
Member
Author
|
This is kind of unexpected, but it seems this change in modeling didn't come with any slowdown. Benchmarked against:
|
Member
Author
|
@spackbot run pipeline |
|
I've started that pipeline for you! |
tgamblin
approved these changes
May 28, 2025
Member
Author
|
Failures in pipelines are not related:
|
Member
|
@alalazo after this PR/commit I can no longer concretize |
Member
Author
|
@alecbcs I'll have a look asap next week. It's likely some edge case missing for externals. |
alalazo
added a commit
to alalazo/spack
that referenced
this pull request
Jun 1, 2025
Also restores internal_error, which was unintentionally dropped in spack#50565 Signed-off-by: Massimiliano Culpo <[email protected]>
alecbcs
pushed a commit
that referenced
this pull request
Jun 1, 2025
Also restores internal_error, which was unintentionally dropped in #50565 Signed-off-by: Massimiliano Culpo <[email protected]>
kshea21
pushed a commit
to kshea21/spack
that referenced
this pull request
Jun 18, 2025
Also restores internal_error, which was unintentionally dropped in spack#50565 Signed-off-by: Massimiliano Culpo <[email protected]>
alalazo
added a commit
to alalazo/spack
that referenced
this pull request
Jul 30, 2025
fixes spack#51058 spack#50565 regressed this case by missing the fact that a "provider_set" on the direct dependency must be honored even if the direct dependency turns out to be needed at runtime Signed-off-by: Massimiliano Culpo <[email protected]>
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.

Following #49808 this PR removes the default dependency type attached to the
%sigil, so that^and%have a symmetric behavior.Modifications:
Spec.satisfiesto account for different deptypes attached to%%refers to a "build only" deptype%[deptypes=link] mpichetc.