summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-23Use stable URLs and `?full_index=1` for all github patches (#29239)Adam J. Stewart2-33/+48
2022-03-23Remove known issues from documentation (#29664)Massimiliano Culpo2-78/+0
2022-03-22sbang.py: single lstat (#29670)Harmen Stoppels1-11/+9
2022-03-21config add: fix parsing of validator error to infer type from oneOf (#29475)Greg Becker2-4/+10
2022-03-20major.minor.micro.dev0 Spack version (#25267)Harmen Stoppels4-102/+91
2022-03-20Enable GCS urls as valid (#29592)Doug Jacobsen3-1/+13
2022-03-19We were doing a check in a metaclass to ensure that Package classes weren't d...Peter Scheibel1-1/+1
2022-03-19Revert "Add command for reading a json-based DB description (#24894)" (#29603)Nils Vu10-665/+39
2022-03-18allow ci reproduce to work when spack is cloned to a directory not named spac...Tom Scogland1-1/+1
2022-03-18R versions (#29258)Tom Scogland5-43/+129
2022-03-18Add command for reading a json-based DB description (#24894)Peter Scheibel10-39/+665
2022-03-18environment: Don't print 'updating view at' when no specs (#29536)Harmen Stoppels1-1/+2
2022-03-18Split the workflow section and remove outdated advices (#29344)Massimiliano Culpo7-1248/+287
2022-03-17Add deprecation warnings for activate/deactivate/view (#29430)Harmen Stoppels2-0/+8
2022-03-17Remove references to `features/windows-support` branch (#29565)Zack Galbreath1-1/+1
2022-03-17Windows Support: Testing Suite integrationJohn Parent91-995/+725
2022-03-17Failed _write now track that the DB is inconsistentPeter Josef Scheibel1-0/+15
2022-03-17"spack commands --update-completion"John Parent96-923/+558
2022-03-17Path handling (#28402)John W. Parent36-232/+493
2022-03-17Expand external find for Windows (#27588)John Parent50-423/+504
2022-03-17Update tests support for WindowsBetsy McPhail124-193/+1918
2022-03-17Add Windows to platform and target changesJohn Parent12-23/+47
2022-03-17Spack on Windows package portsJohn Parent15-58/+93
2022-03-17Relocate spack_cmd and scripts from installer to root bin (#24651)John W. Parent6-374/+52
2022-03-17Use Python's zipfile, if available (#24556)Betsy McPhail1-3/+21
2022-03-17Windows: VS and CMake supportBetsy McPhail3-23/+29
2022-03-17Packaging of netlib-lapack for windows (#24993)Jared Popelar7-103/+190
2022-03-17Windows: Create installer and environmentlou.lawrence@kitware.com18-11/+987
2022-03-17MSVC Compiler Find and vcvars env integration (#22856)Betsy McPhail3-2/+86
2022-03-17use pytest stdout/err capture (#22584)loulawrence3-44/+59
2022-03-17Features/windows install (#22204)Ben Cowan4-25/+50
2022-03-17Allow 'spack external find' to find executables on the system path (#22091)Betsy McPhail5-51/+247