Greg Becker
Greg Becker
This PR creates shared infrastructure for compiler packages to implement the detailed search capabilities from the `spack compiler find` command for the `spack external find` command. This PR updates the...
During the RADIUSS tutorial, @tldahlgren was forced to ad-lib more than usual because an environment with trilinos was taking a long time to install. Trilinos is also installed during the...
Depends on #39136 (commits up-to/including 39ff are from that PR) - Refactors BuildTask into separate classes BuildTask and InstallTask - Queues all packages as InstallTask, with link/run deps only -...
Test suite uses pytest. Includes a Spack environment that can be activated with direnv to build the required python environment for benchpark Future work: - Run test suite in CI...
fixes #46924 Originally, concretization failed if the splice config points to an invalid replacement. This PR defers the check until we know the splice is needed, so that irrelevant splices...