summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-04-18Revert addition of SPACK_EDITOR pending review.Todd Gamblin5-160/+62
2023-04-18editing: add higher-precedence `SPACK_EDITOR` environment variableTodd Gamblin4-4/+57
2023-04-18refactor: unify use of spack.util.editorTodd Gamblin3-59/+104
2023-04-17Allow users to remove items from hierarchy per-path (#31351)Greg Becker4-2/+34
2023-04-17Revert "move depfile logic into its own module, separate traversal logic from...Harmen Stoppels2-264/+147
2023-04-17move depfile logic into its own module, separate traversal logic from model (...Harmen Stoppels2-147/+264
2023-04-14Change environment modifications to escape with double quotes (#36789)Doug Jacobsen2-3/+42
2023-04-14gitlab ci: Better tagging of "service" jobs (#36846)Scott Wittenburg1-0/+50
2023-04-14netcdf: fix bugs introduced with multiple build systems split (#36825)Massimiliano Culpo2-9/+11
2023-04-13Resolve `<include-fragment>` tags e.g. in github release pages (#36674)Wouter Deconinck4-2/+70
2023-04-13containerize: strip binaries in a less aggressive way (#36683)Massimiliano Culpo2-0/+22
2023-04-11Windows/MSVC: propagate all VCVARS changes to Spack env (#36582)John W. Parent1-4/+5
2023-04-11Windows testing: reenable tests for "spack dependents" (#36786)markus-ferrell2-6/+0
2023-04-11Remove a unit-test that monkey-patches os.stat (#36757)Harmen Stoppels1-42/+0
2023-04-10Ci backwards compat (#36045)kwryankrattiger5-25/+266
2023-04-07Fix incorrect reformatting of spack.yaml (#36698)Massimiliano Culpo3-55/+101
2023-04-06spack install: fail if --log-file and not --log-format (#36684)Massimiliano Culpo1-0/+4
2023-04-05Update archspec to HEAD of develop (#36657)Massimiliano Culpo3-12/+62
2023-04-04Add workflow:rules:always to spack ci output (#36011)Jonathon Anderson1-0/+3
2023-04-04Make spack config update work on environments (#36542)Harmen Stoppels3-21/+46
2023-04-04filter __spack_path_placeholder__ in generated module files after buildcache ...Harmen Stoppels2-2/+2
2023-04-03modules: remove default symlink on uninstall (#36454)Xavier Delaruelle2-0/+16
2023-04-03Improve Dockerfile recipe generation (#35187)Massimiliano Culpo4-11/+142
2023-04-03Rework error handling within the ASP logic program (#36536)Massimiliano Culpo4-123/+122
2023-04-03modules: correctly detect explicit installation (#36533)Xavier Delaruelle16-47/+78
2023-03-31Allow configurable stage names (#36509)John W. Parent4-6/+20
2023-03-31compiler wrapper: fix -Xlinker parsing (#35929)Harmen Stoppels2-35/+123
2023-03-31typehint a few globals (#36544)Harmen Stoppels6-8/+20
2023-03-30Add type-hints to spack.bootstrap (#36491)Massimiliano Culpo5-78/+117
2023-03-30Fix a couple of minor bugs with ASP weights (#36522)Massimiliano Culpo2-23/+14
2023-03-28retry: bugfix: package requirements with git commits (#35057) (#36347)Todd Gamblin4-34/+234
2023-03-28macos: set new ad-hoc signature with codesign after binary string replacement...Harmen Stoppels3-10/+31
2023-03-27Add `llnl.util.filesystem.find_first` (#36083)Harmen Stoppels2-1/+168
2023-03-27modules: enhance help message (#36410)Xavier Delaruelle2-1/+54
2023-03-24modules: add support for append_flags/remove_flags (#36402)Xavier Delaruelle2-0/+4
2023-03-24modules tcl: simplify env modification block in template (#36334)Xavier Delaruelle3-8/+27
2023-03-23unit tests: don't hard-code arch in compiler config (#36360)Harmen Stoppels1-3/+0
2023-03-23Fix regression on compiler constraint (#36342)Massimiliano Culpo3-3/+68
2023-03-23Revert "Bugfix: package requirements with git commits (#35057)" (#36341)Harmen Stoppels4-215/+11
2023-03-23Bugfix: package requirements with git commits (#35057)Peter Scheibel4-11/+215
2023-03-23modules tcl: switch default all:autoload from none to direct (#36269)Xavier Delaruelle1-4/+7
2023-03-22docs: mention cuda multi-arch capability (#36321)Leopold Talirz1-1/+4
2023-03-20Package requirements: allow single specs in requirement lists (#36258)Peter Scheibel3-9/+35
2023-03-20spack install: simplify behavior when inside environments (#35206)Harmen Stoppels3-217/+183
2023-03-20Remove unused `ignore` parameter of `extends()` directive (#35588)Adam J. Stewart1-23/+0
2023-03-20ci.py: remove redundant wrapper around get (#36188)Harmen Stoppels1-30/+24
2023-03-20modules tcl: fix autoload mechanism in template (#36237)Xavier Delaruelle1-13/+2
2023-03-19Fix case spelling for Lmod and Tcl (#36215)Xavier Delaruelle17-37/+37
2023-03-18cmake build system: make "generator" a variant (#35552)Massimiliano Culpo3-33/+64
2023-03-18Fix wrong computation of concrete specs due to a bug in intersects (#36194)Massimiliano Culpo2-1/+22