Tamara Dahlgren
Tamara Dahlgren
Fixes #28840 This PR adds support in environments for external configuration files obtained from a URL with a preference for grabbing raw text from `GitHub` and `gitlab` for efficient downloads...
The goal of this work is to run stand-alone tests from `spack ci` when the `--tests` option is used. When the option is used, the stand-alone tests are run **after**...
Was looking at recently added version documentation for the `git ref` versions and `versions.py` (https://github.com/spack/spack/pull/31914) when I noticed the typo. Did a quick check of other doc strings in the...
This PR adds a method to check if a version is deprecated *and* will print a warning if that is the case for `spack checksum`. The current output for a...
This PR adds the ability to tag methods with a string using the `@tag()` directive. Tags are additive so more than one tag can be provided to a method. (Note:...
TODO: - [ ] add support for environment schema changes - [ ] add unit tests
Working on hopefully improving the flow of the environments section of the docs. UPDATE: - Use the same terminology as the tutorial for different environment types; - Other tweaks and...
Some packaging tutorial simplifications and cleanup. Also adds `spack repo list` to illustrate the tutorial repository.