summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-09-23database: don't call `socket.getfqdn()` on every write (#46554)Todd Gamblin1-1/+13
2024-09-23solver: use a new heuristic (#46548)Massimiliano Culpo1-22/+27
2024-09-24spec: fix spelling (#46550)Justin Cook1-4/+4
2024-09-21Remove `spack.target` from code (#46503)Massimiliano Culpo20-308/+178
2024-09-20Docs/Windows: Clarify supported shells and caveats (#46381)John W. Parent2-22/+20
2024-09-20spack.modules: move get_module up (#46428)Harmen Stoppels4-67/+76
2024-09-20Remove code from Compiler that is not used anymore (#45982)Massimiliano Culpo19-314/+26
2024-09-20do_install: post #46423 cleanup (#46496)Tamara Dahlgren3-4/+5
2024-09-19package_base: break dependency on installer (#46423)Harmen Stoppels29-196/+249
2024-09-19require spec in develop entry (#46485)Harmen Stoppels1-0/+1
2024-09-19url join: fix oci scheme (#46483)Harmen Stoppels3-4/+7
2024-09-19Revert "For "when:" and install_environment.json: Support fully qualified hos...Harmen Stoppels2-4/+2
2024-09-19docs: refer to upstreams.yaml in chain.rst title (#46475)Harmen Stoppels1-3/+3
2024-09-19spack.util.url: fix join breakage in python 3.12.6 (#46453)Harmen Stoppels2-318/+84
2024-09-19avoid multiprocessing in tests (#46439)Harmen Stoppels5-15/+23
2024-09-18Bump archspec to latest commit (#46445)Massimiliano Culpo2-7/+3
2024-09-17variants: Unify metadata dictionaries to index by `when` (#44425)Todd Gamblin19-633/+1122
2024-09-17drop main dep from build_environment/subprocess_context (#46426)Harmen Stoppels4-18/+18
2024-09-17untangle spack.config / spack.util.cpus & spack.spec (#46427)Harmen Stoppels9-72/+65
2024-09-17package_base.py: do not depend on spack.environment (#46424)Harmen Stoppels1-3/+1
2024-09-17imports: automate missing imports (#46410)Harmen Stoppels136-170/+383
2024-09-16Add repositories for "requirements" and "flag mixing" unit tests (#46412)Massimiliano Culpo2-181/+29
2024-09-16Add missing & remove redundant imports (#46407)Harmen Stoppels111-189/+14
2024-09-16Fix a few circular deps (#46373)Harmen Stoppels26-226/+196
2024-09-15fetch_strategy: show the effective URL on checksum validation failure (#46349)Harmen Stoppels1-20/+26
2024-09-13build(deps): bump urllib3 from 2.2.2 to 2.2.3 in /lib/spack/docs (#46368)dependabot[bot]1-1/+1
2024-09-13Optionally output package namespace (#46359)Kyle Knoepfel1-0/+11
2024-09-13audit: deprecate certain globals (#44895)Harmen Stoppels2-10/+92
2024-09-13remove self-import cycles (#46371)Harmen Stoppels4-9/+5
2024-09-12build(deps): bump pytest from 8.3.2 to 8.3.3 in /lib/spack/docs (#46315)dependabot[bot]1-1/+1
2024-09-11bugfix: unit test broken everywhere by package change(#46344)Peter Scheibel1-1/+0
2024-09-11CUDA: support Grace Hopper 9.0a compute capability (#45540)Adam J. Stewart1-0/+25
2024-09-10Deprecate `config:install_missing_compilers` (#46237)Massimiliano Culpo10-385/+19
2024-09-10r: do not create dir in setup_dependent_package (#46282)Harmen Stoppels1-14/+10
2024-09-10spec.py: dedent format logic (#46279)Harmen Stoppels1-36/+33
2024-09-09Revert "Set module variables for all packages before running setup_dependent_...Harmen Stoppels2-30/+1
2024-09-09reindex: do not assume fixed layout (#46170)Harmen Stoppels6-152/+274
2024-09-09Fix regression in spec format string for indiviual variants (#46206)Jordan Galby2-2/+19
2024-09-06Set module variables for all packages before running setup_dependent_package ...Dan Lipsa2-1/+30
2024-09-06Remove deprecated config options (#44061)Massimiliano Culpo3-65/+0
2024-09-06Mixed-source cflags (#41049)Peter Scheibel8-174/+732
2024-09-06Bootstrap GnuPG and `file` on Windows (#41810)John W. Parent8-83/+130
2024-09-06fish: use shlex.quote instead of custom quote (#46251)Harmen Stoppels1-70/+43
2024-09-06db: more type hints (#46242)Harmen Stoppels1-23/+23
2024-09-05Allow deprecating more than one property in config (#46221)Massimiliano Culpo4-58/+70
2024-09-05Windows: Update pytest with echo and remove others (#45620)Nicole C.12-21/+7
2024-09-05Avoid best-effort expansion of stacks (#40792)Massimiliano Culpo3-144/+35
2024-09-05reindex: ensure database is empty before reindex (#46199)Harmen Stoppels1-5/+18
2024-09-05Pass Database layout in constructor (#46219)Harmen Stoppels12-117/+96
2024-09-05Remove `test_external_package_module` (#46218)Massimiliano Culpo1-14/+0