summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-04-18Twitter->X: Reflect the name (only) change (#43690)Tamara Dahlgren1-2/+2
2024-04-18Make sure variable is None if exception is raised. (#43707)Kyle Knoepfel1-0/+1
2024-04-18Associate condition sets from cli to root node (#43710)Massimiliano Culpo2-3/+42
2024-04-18asp.py: do not copyHarmen Stoppels1-21/+38
2024-04-18spec.py: early return in __str__Harmen Stoppels1-0/+5
2024-04-17Improve `spack find` output in environments (#42334)Todd Gamblin2-38/+64
2024-04-16Windows filesystem utilities (bugfix): improve SFN usage (#43645)John W. Parent2-3/+41
2024-04-16concretize.lp: fix issue with reuse of conditional variants (#43676)Harmen Stoppels2-6/+18
2024-04-15tests: Spec tests shouldn't fetch remote git repositories. (#43656)Todd Gamblin3-24/+46
2024-04-15build(deps): bump python-levenshtein in /lib/spack/docs (#43543)dependabot[bot]1-1/+1
2024-04-15Build systems: fix docstrings (#43618)Adam J. Stewart2-2/+2
2024-04-15build(deps): bump black from 24.3.0 to 24.4.0 in /lib/spack/docs (#43642)dependabot[bot]1-1/+1
2024-04-12remove hardcoded hipcc (#43644)Chris White1-5/+0
2024-04-12solver: add an integrity constraint for virtual nodes (#43582)Massimiliano Culpo1-0/+6
2024-04-11Allow packages to be pushed to build cache after install from source (#42423)Radim JanalĂ­k7-16/+159
2024-04-11invalid compiler: warn instead of error (#43491)Greg Becker1-4/+14
2024-04-11Reuse specs built with compilers not in config (#43539)Massimiliano Culpo13-146/+311
2024-04-08Windows bugfix: safe rename if renaming file onto itself (#43456)John W. Parent2-5/+113
2024-04-06oneapi licenses (#43451)Robert Cohn1-1/+2
2024-04-05Use correct method "append" instead of extend (#43514)John W. Parent1-2/+2
2024-04-05Improve hit-rate on buildcaches (#43272)Massimiliano Culpo15-51/+134
2024-04-05Do not acquire a write lock on the env post install if no views (#43505)Harmen Stoppels1-4/+3
2024-04-04installer.py: compute package_id from spec (#43485)Harmen Stoppels2-39/+37
2024-04-04Msvc: Determine OneAPI_ROOT from fc compiler path (#43131)John W. Parent1-1/+1
2024-04-03remove dpcpp compiler and package (#43418)Greg Becker3-42/+2
2024-04-03Convert curl env mod method to a side effect (#43474)psakievich1-3/+4
2024-04-02RADIUSS packages update (Starting over #39613) (#41375)Adrien Bernede1-15/+27
2024-04-01Add handling of custom ssl certs in urllib ops (#42953)psakievich6-4/+163
2024-03-31Concretize `when_possible`: add failure detection and explicit message (#43202)Peter Scheibel5-7/+27
2024-03-29CI Reproducer on Metal (#43411)kwryankrattiger1-2/+8
2024-03-29Don't delete "spack develop" build artifacts after install (#43424)Peter Scheibel6-10/+60
2024-03-29spack load: remove --only argument (#42120)Massimiliano Culpo1-17/+0
2024-03-28Add ability to rename environments (#43296)Kyle Knoepfel2-2/+196
2024-03-28CI: fail the rebuild command if buildcache push failed (#40045)kwryankrattiger8-273/+279
2024-03-28spack find: add options for local/upstream only (#42999)Greg Becker4-7/+58
2024-03-27Enable ASAN in ROCm packages (#42704)afzpatel1-0/+28
2024-03-27Add config option and compiler support to reuse across OS's (#42693)psakievich4-1/+32
2024-03-27Improve fixup macos rpath unit test (#43392)Massimiliano Culpo1-6/+17
2024-03-26Add macos-14 as a runner (Apple M1) (#42728)Massimiliano Culpo1-0/+3
2024-03-26buildcache sync: manifest-glob with arbitrary destination (#41284)kwryankrattiger2-9/+102
2024-03-26Allow unit test to work on Apple M1/M2 (#43363)Massimiliano Culpo18-448/+278
2024-03-25add command_line scope to help metavar (#42890)Danny McClanahan1-1/+1
2024-03-25strip url: fix whl suffix, remove exe (#43344)Harmen Stoppels2-8/+7
2024-03-24Add `intel-oneapi-runtime`, allow injecting virtual dependencies (#42062)Massimiliano Culpo5-15/+93
2024-03-22Support for prereleases (#43140)Harmen Stoppels10-113/+273
2024-03-22Spack CI: Refactor process_command for Cross Platform support (#39739)John W. Parent1-164/+192
2024-03-22python wheels: do not "expand" (#43317)Harmen Stoppels4-10/+22
2024-03-21Disable interactive editor when --batch if passed to checksum (#43102)Alec Scott1-3/+3
2024-03-21cmd/python: use runpy to allow multiprocessing in scripts (#41789)Tom Scogland2-29/+45
2024-03-20cray: return false more readily in detection logic (#43150)Greg Becker1-3/+8