summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-11-08Fix style checks on develop (#47518)Massimiliano Culpo1-1/+2
2024-11-08fix patched dependencies across repositories (#42463)Greg Becker5-12/+22
2024-11-08`spack.compiler`/`spack.util.libc`: add caching (#47213)Harmen Stoppels7-37/+227
2024-11-08llnl.util.filesystem: multiple entrypoints and max_depth (#47495)Harmen Stoppels6-111/+455
2024-11-08Add missing imports (#47496)Harmen Stoppels3-0/+5
2024-11-08 `spack env track` command (#41897)Alec Scott3-51/+290
2024-11-07Revert "filesystem.py: add `max_depth` argument to `find` (#41945)"Harmen Stoppels3-290/+75
2024-11-07Revert "llnl.util.filesystem.find: restore old error handling (#47463)"Harmen Stoppels1-11/+20
2024-11-07Revert "`llnl.util.filesystem.find`: multiple entrypoints (#47436)"Harmen Stoppels4-178/+130
2024-11-07spec.py: fix comparison with multivalued variants (#47485)Harmen Stoppels2-1/+5
2024-11-06`llnl.util.filesystem.find`: multiple entrypoints (#47436)Harmen Stoppels4-130/+178
2024-11-06Fix `spack -c <override>` when env active (#47403)Massimiliano Culpo3-45/+40
2024-11-06Fix various bootstrap/concretizer import issues (#47467)Harmen Stoppels4-9/+10
2024-11-06llnl.util.filesystem.find: restore old error handling (#47463)Harmen Stoppels1-20/+11
2024-11-06Feature: Allow variants to propagate if not available in source pkg (#42931)Richarda Butler7-35/+332
2024-11-05libc.py: detect glibc also in chinese locale (#47434)Harmen Stoppels1-6/+18
2024-11-05Revert "Ci generate on change (#47318)" (#47431)Harmen Stoppels2-109/+27
2024-11-05spack.concretize: add type-hints, remove kwargs (#47382)Massimiliano Culpo5-124/+52
2024-11-04filesystem.py: add `max_depth` argument to `find` (#41945)Peter Scheibel3-75/+290
2024-11-04cc: parse RPATHs when in `ld` modeTodd Gamblin2-21/+85
2024-11-04`cc`: simplify ordered list handlingTodd Gamblin1-114/+65
2024-11-04Times spec building and timing to public concretizer API (#47310)John Gouwar1-4/+15
2024-11-04packaging_guide.rst: explain forward and backward compat before the less comm...Harmen Stoppels1-28/+63
2024-11-03Specs: propagated variants affect `==` equality (#47376)Massimiliano Culpo3-15/+42
2024-11-02Remove ignored config:install_missing_compilers from unit tests (#47357)Tamara Dahlgren1-18/+16
2024-11-02Rework the schema for reusing environments (#47364)Massimiliano Culpo3-22/+13
2024-11-01build(deps): bump python-levenshtein in /lib/spack/docs (#47372)dependabot[bot]1-1/+1
2024-11-01parse_specs: unify specs based on concretizer:unify (#44843)Greg Becker9-125/+237
2024-11-01Ci generate on change (#47318)kwryankrattiger2-27/+109
2024-11-01Fix pickle round-trip of specs propagating variants (#47351)Massimiliano Culpo3-14/+50
2024-11-01build(deps): bump docutils from 0.20.1 to 0.21.2 in /lib/spack/docs (#45592)dependabot[bot]1-1/+1
2024-10-31database.py: remove process unsafe update_explicit (#47358)Harmen Stoppels3-24/+7
2024-10-31Concretize reuse: reuse specs from environment (#45139)kwryankrattiger7-13/+279
2024-10-31Docs: remove reference to pyspack (#47346)Adam J. Stewart1-4/+0
2024-10-30hooks: run in clear, fixed order (#47329)Harmen Stoppels2-32/+25
2024-10-30types: remove singleton union in globals (#47282)Harmen Stoppels4-29/+14
2024-10-30add std_pip_args global to the audit list (#47320)Harmen Stoppels1-1/+1
2024-10-30Spec.__str__: use full hash (#47322)Harmen Stoppels1-1/+1
2024-10-30Spec.dependencies: allow to filter on virtuals (#47284)Massimiliano Culpo3-49/+96
2024-10-30Fix malformed RST link in documentation (#47309)Alex Hedges1-1/+1
2024-10-29llnl.util.lang: add classes to help with deprecations (#47279)Massimiliano Culpo2-0/+92
2024-10-29bootstrap: do not consider source when metadata file missing (#47278)Harmen Stoppels1-3/+6
2024-10-29std_meson_args: deprecate (#47259)Harmen Stoppels1-1/+1
2024-10-29builder.py: builder_cls should be associated to spack.pkg module (#47269)Harmen Stoppels2-5/+14
2024-10-29directives_meta.py: use startswith to test module part of spack.pkg (#47270)Harmen Stoppels1-1/+2
2024-10-28cmd/solve: use interface from cmd/spec (#47182)Greg Becker2-59/+20
2024-10-27Remove a few redundant imports (#47250)Harmen Stoppels6-15/+8
2024-10-27explicit splice: do not fail for bad config replacement if target not matched...Greg Becker2-2/+42
2024-10-26Add `-t` short option for `spack --backtrace` (#47227)Todd Gamblin1-0/+1
2024-10-25Normalize Spack Win entry points (#38648)John W. Parent1-2/+0