Massimiliano Culpo
Massimiliano Culpo
@Paul-Ferrell Can you test this branch on your use case? It should fix all the issues you've seen so far. Note though that here I forbid using `--all` together with...
For the record, I'll stop here with refactoring, but there are many more improvements that can be done in future PRs related to mirrors: - The classes representing a mirror...
@Paul-Ferrell Can you give me more context (which command you were executing, configuration if relevant)? What I see is that `spack` fails at finding the `base` package in the builtin...
@Paul-Ferrell Can you re-try? We had a few packages overriding an attribute that was meant for internal use.
The last commit should fix https://github.com/spack/spack/pull/32005#issuecomment-1209458406 It won't be as fast as it could, since it needs to concretize, but I'd rather try to speed that up in a following...
@scheibelp Ready for another pass
Waiting for @hppritcha comments on this one.
> Some packages like python switched back to AutotoolsPackage with no explanation of how they work on Windows, Can you point which ones are you referring to? Might have missed...
Marked as "ready for review" to start running pipelines on this branch, and fix the failures
Just a few "easy" answers, before discussing the PR in the call today: ## There is some ambiguity in what goes into a Package vs. a Builder > e.g. IntelPackage...