summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-04-20docs: add (config.yaml) to sections for faster lookup by config file (#30157)Harmen Stoppels6-18/+18
2022-04-20PythonPackage docs: Spack now supports Windows (#30177)Adam J. Stewart1-2/+1
2022-04-19ci: Make test independent from any changes in spack repo (#30150)Scott Wittenburg1-0/+53
2022-04-19environment.py: write lockfile last (#30039)Harmen Stoppels1-2/+6
2022-04-15Remove assert in favor of error message (#29797)John W. Parent3-20/+21
2022-04-14Windows platform: don't allow MakefilePackage (#29904)John W. Parent1-0/+2
2022-04-14spack ci: remove relate-CDash-builds functionality (#29950)Zack Galbreath7-359/+16
2022-04-13Ad-hoc Git commit versions: support submodules (#30037)Peter Scheibel3-11/+83
2022-04-13Add support for Python 3.10 (#29581)Massimiliano Culpo3-8/+9
2022-04-12Splice differing virtual packages (#27919)Nathan Hanford3-21/+86
2022-04-12Don't allow replacement of root develop specs with --reuse (#28605)psakievich3-4/+48
2022-04-12Git commit versions bugfix: Environments and Concretization (#29717)Peter Scheibel7-32/+127
2022-04-11Update `gpg publish` to work with mirror arguments (#28740)Doug Jacobsen2-3/+50
2022-04-11cray platform: unload cray-mpich (#29898)Sergey Kosukhin1-3/+4
2022-04-11macos: fewer calls to sw_vers (#29997)Seth R. Johnson1-0/+5
2022-04-08Environments: unify the spec objects on first concretization (#29948)Massimiliano Culpo4-5/+39
2022-04-08Deprecate top-level module config (#28659)Harmen Stoppels10-185/+100
2022-04-08concretize.lp: enforce target compatibility through DAG (#29694)Greg Becker2-8/+40
2022-04-07Use the non-deprecated `MetaPathFinder` interface (#29745)Massimiliano Culpo9-379/+294
2022-04-07ci: clean up env between tests with working_dir (#29807)Scott Wittenburg2-98/+70
2022-04-07ci: do not prune specs when stacks are touched (#29825)Scott Wittenburg1-9/+33
2022-04-07autotools.py: pic flags for %nvhpc (#29920)Harmen Stoppels1-5/+8
2022-04-06web.py: set User-Agent (#29919)Harmen Stoppels1-1/+5
2022-04-06link_tree.py: format conflict error message (#29870)Harmen Stoppels1-2/+2
2022-04-05Bugfix: CVS fetching (#29793)Erik Schnetter1-2/+7
2022-04-04Allow conditional possible values in variants (#29530)Massimiliano Culpo6-6/+173
2022-04-04rewiring of spliced specs (#26873)Nathan Hanford2-0/+270
2022-04-04Add support for racket packages (#27564)Thomas Dickerson5-0/+155
2022-04-01"spack external find": also find library-only packages (#28005)Brian Van Essen6-13/+215
2022-04-01Allow "spack install foo@git-hash" without terminal prompt (#29827)Peter Scheibel1-1/+2
2022-03-31Windows Support: Fixup Perl build (#29711)John W. Parent1-12/+4
2022-03-31Allow use of "git:"-based URLs (#29765)Ivo Steinbrecher1-1/+1
2022-03-30spack ci: filter untouched pkgs from PR pipelines (#29697)Scott Wittenburg6-98/+290
2022-03-30Mixed compilers: drop warning message to debug level (#29748)Adam J. Stewart1-2/+1
2022-03-30Add completion of locals to spack python (#29702)Jörg Behrmann1-0/+4
2022-03-30patch cache: fix bug finding inherited packages (#29574)Greg Becker2-2/+25
2022-03-29cmake: use CMAKE_INSTALL_RPATH_USE_LINK_PATH (#29703)Harmen Stoppels2-31/+80
2022-03-28spack info: make sections optional; add build/stand-alone test information (#...Tamara Dahlgren3-48/+190
2022-03-28Add ssh to filter of valid urls (#29749)John W. Parent1-1/+1
2022-03-28Removed unneeded conflicts in CudaPackage and RocmPackage (#29699)Massimiliano Culpo2-8/+0
2022-03-27autotools doc: add missing right quote (#29734)百地 希留耶1-1/+1
2022-03-25Use the appropriate function to remove files in the stage directory (#29690)Massimiliano Culpo3-4/+29
2022-03-24environment.py: ensure view dir does not exist (#29641)Harmen Stoppels4-0/+101
2022-03-24add_files_to_view: flip incorrect default (#29700)Harmen Stoppels3-3/+3
2022-03-24environment.py: concrete root specs to view (#29634)Harmen Stoppels1-5/+6
2022-03-24fix --reuse w/ upstreams in env (#29680)Harmen Stoppels1-3/+5
2022-03-24environment views: single pass view generation (#29443)Harmen Stoppels10-24/+885
2022-03-24environment.py: clean up broken views on failure (#29643)Harmen Stoppels2-13/+46
2022-03-23environment: be more defensive when deleting roots for old views (#29636)Harmen Stoppels2-2/+19
2022-03-23python: drop dependency on `file` for script check (#29513)Harmen Stoppels3-2/+49