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

Fix a bug preventing to set platform= on externals #43758

Merged
merged 1 commit into from Apr 22, 2024

Conversation

alalazo
Copy link
Member

@alalazo alalazo commented Apr 20, 2024

closes #43406

Previously there was an issue specifically with platform, because it was the only node attribute that wasn't created out of a choice rule. Setting it from externals created a conflict with rules containing not platform_set.

@spackbot-app spackbot-app bot added core PR affects Spack core functionality stand-alone-tests Stand-alone (or smoke) tests for installed packages tests General test capability(ies) labels Apr 20, 2024
@alalazo alalazo removed the stand-alone-tests Stand-alone (or smoke) tests for installed packages label Apr 20, 2024
@alalazo
Copy link
Member Author

alalazo commented Apr 20, 2024

Benchmark:

  • Spack: 0.22.0.dev0 (8dfd20a)
  • Python: 3.11.5
  • Platform: linux-ubuntu20.04-icelake
  • Concretizer: clingo

radiuss.develop.csv
radiuss.pr.csv
radiuss.txt

radiuss

There is a spike on py-hatchet, that I have seen also in other PRs - either on the develop side or on the PR side. I need to find a way to understand why the performance there is so fluctuating.

@haampie haampie merged commit a450dd3 into spack:develop Apr 22, 2024
35 checks passed
@haampie haampie added this to the v0.21.3 milestone Apr 22, 2024
@alalazo alalazo deleted the bugfix/platform-in-externals branch April 22, 2024 07:27
tldahlgren pushed a commit to tldahlgren/spack that referenced this pull request Apr 23, 2024
stephenmsachs pushed a commit to stephenmsachs/spack that referenced this pull request Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core PR affects Spack core functionality tests General test capability(ies)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot concretize when specifying platform= in externals
2 participants