summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-10-24Improve `Database.query*` methods (#47116)Massimiliano Culpo8-128/+181
2024-10-23env: continue to mark non-roots as implicitly installed on partial env instal...Harmen Stoppels2-11/+24
2024-10-23ci: Remove deprecated logic from the ci module (#47062)Scott Wittenburg7-1059/+171
2024-10-23mypy: work around typing issues with `functools.partial` (#47160)Todd Gamblin1-5/+9
2024-10-23build(deps): bump sphinx from 7.4.7 to 8.1.3 in /lib/spack/docs (#47159)dependabot[bot]1-1/+1
2024-10-23Remove spurious warning, introduced in #46992 (#47152)Massimiliano Culpo1-1/+1
2024-10-22build(deps): bump black from 24.8.0 to 24.10.0 in /lib/spack/docs (#47118)dependabot[bot]1-1/+1
2024-10-22spack arch: add --family --generic flags (#47078)Harmen Stoppels1-1/+17
2024-10-22buildcache: recognize . and .. as paths instead of names (#47105)Harmen Stoppels3-11/+19
2024-10-21avoid double closing of fd in sub-processes (#47035)Peter Scheibel2-23/+22
2024-10-21Devtools darwin (#46910)Tom Scogland1-1/+5
2024-10-21bootstrap: handle a new edge case of binary python packages with missing pyth...Harmen Stoppels4-14/+37
2024-10-21Fix broken `spack find -u` (#47102)Massimiliano Culpo5-17/+37
2024-10-21Modules suffixes config are now spec format strings (#38411)Jordan Galby4-4/+22
2024-10-21Docs: clarify include path options (#47083)Tamara Dahlgren1-0/+3
2024-10-19spack external find: show backtrace on error when --backtrace (#47082)Harmen Stoppels3-11/+16
2024-10-19build(deps): bump python-levenshtein in /lib/spack/docs (#46494)dependabot[bot]1-1/+1
2024-10-19rtd: bump sphinx-rtd-theme to 3.0.1 (#47002)Wouter Deconinck1-1/+1
2024-10-18Build logic fix: reorder definition of package module variables (#46992)John W. Parent2-4/+41
2024-10-18implement prefix property for OneAPI compiler (#47066)Sean Koyama1-0/+20
2024-10-18fix use of traceback.format_exception (#47080)Harmen Stoppels1-1/+1
2024-10-16CI RESTful Configuration (#41622)kwryankrattiger4-59/+347
2024-10-16unit-tests: install.py (#47007)Massimiliano Culpo1-4/+4
2024-10-16Update release documentation (#46991)Harmen Stoppels3-120/+107
2024-10-16unit-tests: oci/integration_test.py (#47006)Massimiliano Culpo1-4/+12
2024-10-15remove concrete spec constraint from `spack develop` (#46911)psakievich3-13/+24
2024-10-15env depfile: generate Makefile with absolute script path (#46966)Tobias Ribizel2-5/+18
2024-10-15Improve behavior of `spack deprecate` (#46917)Massimiliano Culpo2-0/+36
2024-10-14Don't require OIDC initialization for noop (#46921)kwryankrattiger1-1/+1
2024-10-15Docs: reduce confusion in configuration override of scope precedence section ...Tamara Dahlgren1-1/+1
2024-10-14detection: prefer dir instead of symlink in case of duplicate search paths (#...Harmen Stoppels2-3/+43
2024-10-14archspec: update to v0.2.5 (#46958)Massimiliano Culpo3-10/+96
2024-10-14cmake: remove custom CMAKE_INSTALL_RPATH (#46685)Harmen Stoppels5-72/+37
2024-10-14Add "only_windows" marker for unit tests (#45979)John W. Parent3-12/+16
2024-10-13Fix makefile target check with Make jobserver keep-going (#46784)Jordan Galby1-4/+13
2024-10-12Fix splicing related unit tests (#46914)Massimiliano Culpo3-5/+7
2024-10-11libunistring: 1.2 needs std=c18 for icc, add icc C++ flags update (#37607)Stephen Sachs2-0/+12
2024-10-10Installer: rewire spliced specs via RewireTask (#39136)Nathan Hanford17-371/+872
2024-10-10cuda: add v12.6.2 (#46864)pauleonix1-3/+3
2024-10-10CMake: Improve incremental build speed. (#46878)psakievich1-0/+7
2024-10-09Environment.clear: ensure clearing is passed through to manifest (#46880)Greg Becker2-0/+41
2024-10-09python: rework how we compute the "command" property (#46850)Massimiliano Culpo1-0/+1
2024-10-08Fix relocating MachO binary, when store projection changes (#46840)Massimiliano Culpo2-49/+49
2024-10-07Windows/Testing: enable `spack view` tests on Windows (#46335)James Smillie3-9/+30
2024-10-07Qt package: Add Windows Port (#46788)John W. Parent1-0/+11
2024-10-07Bugfix/Installer: properly track task queueing (#46293)Tamara Dahlgren4-64/+121
2024-10-04`gc`: restrict to specific specs (#46790)Todd Gamblin2-1/+23
2024-10-04re2c: rework package to use multiple build systems (#46748)Massimiliano Culpo7-7/+7
2024-10-03Better docs and typing for `_setup_pkg_and_run` (#46709)Todd Gamblin1-8/+52
2024-10-03Stand-alone testing: remove deprecated methods (#45752)AcriusWinter15-475/+224