summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-01-18oci: only push in parallel when forking (#42143)Harmen Stoppels2-22/+30
2024-01-18spack graph: env aware (#42093)Massimiliano Culpo1-14/+22
2024-01-18New command: `spack config change` (#41147)Peter Scheibel3-1/+192
2024-01-17Config path quote handling: keys with quotes (#40976)Peter Scheibel2-47/+163
2024-01-17Packages requiring manual downloads: improve error message (#42017)Tamara Dahlgren3-7/+36
2024-01-17build_environment.py: clean LUA_PATH and LUA_CPATH (#42101)Matthieu Dorier1-0/+3
2024-01-17cc: work around -v split between ld and ccld (#42111)Tom Scogland2-2/+11
2024-01-16Create reproducible tarballs in VCSFetchStrategy.archive (#42042)Harmen Stoppels5-204/+423
2024-01-16Fix a bug when a required provider is requested for multiple virtuals (#42088)Massimiliano Culpo3-3/+39
2024-01-16Fix using fully-qualified namespaces from root specs (#41957)Massimiliano Culpo4-25/+81
2024-01-11Add documentation on checked_by license parameter (#41959)Aiden Grossman3-3/+23
2024-01-10Add `--create` to `spack env activate` (#40896)psakievich3-107/+197
2024-01-10binary_distribution.py: list parent dirs in binary tarball (#41773)Harmen Stoppels2-46/+116
2024-01-09fix gpg version parsing for macos (#41995)Greg Becker1-1/+1
2024-01-09Move in vs. satisfies to a note and mention special cases of in (#41727)Tamara Dahlgren1-4/+10
2024-01-09installer.py: don't dereference stage before installing from binaries (#41986)Harmen Stoppels2-60/+72
2024-01-09Improve "makefile" build system documentation (#41781)Loris Ercole1-5/+5
2024-01-09refactor: Index provided virtuals by `when` specTodd Gamblin7-51/+64
2024-01-09refactor: make `_make_when_spec()` private to `directives.py`Todd Gamblin4-46/+81
2024-01-09refactor: Index requirements by `when` specTodd Gamblin4-10/+14
2024-01-09refactor: Index conflicts by `when` specTodd Gamblin7-34/+33
2024-01-09refactor: Index dependency metadata by `when` specTodd Gamblin13-150/+264
2024-01-08Do not add ^gcc-runtime to externals (#41994)Massimiliano Culpo2-2/+23
2024-01-08Minor tweak to a test docstring (#41985)Massimiliano Culpo1-6/+7
2024-01-08Dont expect __qualname__ to exist (#41989)Harmen Stoppels1-1/+1
2024-01-08installer.py: do not tty.die when cache only fails (#41990)Harmen Stoppels2-27/+20
2024-01-08bugfix: original concretizer is sensitive to dependency order (#41975)Todd Gamblin3-41/+59
2024-01-06build(deps): bump flake8 from 6.1.0 to 7.0.0 in /lib/spack/docs (#41971)dependabot[bot]1-1/+1
2024-01-04`spack list`: add `--namesapce` / `--repo` option (#41948)Todd Gamblin2-1/+34
2024-01-04extensions: remove unused `extendee_args()` method (#41942)Todd Gamblin3-23/+6
2024-01-04bugfix: make `test_requires_directive` work on more platforms (#41943)Todd Gamblin1-1/+2
2024-01-03Spec.format: error on old style format strings (#41934)Harmen Stoppels2-0/+20
2024-01-02build(deps): bump pytest from 7.4.3 to 7.4.4 in /lib/spack/docs (#41918)dependabot[bot]1-1/+1
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin615-623/+632
2023-12-28shell: fix zsh color formatting for PS1 in environments (#39497)Todd Gamblin2-15/+37
2023-12-28build(deps): bump black from 23.12.0 to 23.12.1 in /lib/spack/docs (#41852)dependabot[bot]1-1/+1
2023-12-28gc tests: replace `find()` with DB query (#41876)Todd Gamblin1-14/+13
2023-12-27directives: add `checked_by` field to `license()`, add some license checksTodd Gamblin1-3/+10
2023-12-26`spack gc`: add options for environments and build dependencies (#41731)Todd Gamblin8-76/+297
2023-12-24build(deps): bump mypy from 1.7.1 to 1.8.0 in /lib/spack/docs (#41821)dependabot[bot]1-1/+1
2023-12-23CI: Disable downloading artifacts from upstream jobs (#41846)kwryankrattiger1-0/+3
2023-12-23Revert "CI: Disable downloading artifacts from upstream jobs (#41432)" (#41843)Harmen Stoppels1-3/+0
2023-12-22Fix a couple typos in the docs (#41822)Alec Scott3-7/+7
2023-12-22Fix variant initialization logic to allow proper handling of values="*" (#40406)Tim Fuller2-1/+38
2023-12-21Consolidate definition of Spack's extra `sys.path` components (#41816)Todd Gamblin1-7/+12
2023-12-21Improve error reporting when Clingo install is broken (#41181)John W. Parent1-0/+33
2023-12-21Compilers can inject first order rules into the solverMassimiliano Culpo5-25/+225
2023-12-21gcc-runtime: add separate package for gcc runtime libsHarmen Stoppels3-1/+24
2023-12-21specs: Better error messages for badly quoted specs (#41805)Todd Gamblin4-25/+18
2023-12-20Only reuse externals when configured (#41707)Harmen Stoppels3-33/+78