summaryrefslogtreecommitdiff
path: root/lib/spack/llnl
AgeCommit message (Expand)AuthorFilesLines
2023-01-18license year bump (#34921)Harmen Stoppels14-14/+14
2023-01-10Remove **kwargs from function signatures in llnl.util.filesystem (#34804)Massimiliano Culpo1-69/+119
2023-01-09Support ASCI controlJohn Parent1-0/+58
2022-12-26types: fix type annotations and remove novm annootations for llnl moduleTodd Gamblin2-18/+13
2022-12-26timer: pick a single unit based on max duration.Harmen Stoppels1-9/+13
2022-12-09Windows: reenable unit tests (#33385)John W. Parent1-2/+7
2022-12-07Windows: Prevent SameFileError when rpathing (#34332)John W. Parent1-4/+11
2022-12-06Avoid stat call in `llnl.util.symlink` on non-windows (#34321)Harmen Stoppels1-1/+4
2022-11-25Track locks by (dev, ino); close file handlers between tests (#34122)Harmen Stoppels1-18/+16
2022-11-22Windows: add registry query and SDK/WDK packages (#33021)John W. Parent1-1/+1
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo7-51/+32
2022-11-14Remove support for running with Python 2.7 (#33063)Massimiliano Culpo5-135/+63
2022-11-09Revert "fix racy sbang (#33549)" (#33778)Harmen Stoppels1-37/+8
2022-11-08fix racy sbang (#33549)Harmen Stoppels1-8/+37
2022-11-03Experimental binding of shared ELF libraries (#31948)Harmen Stoppels1-0/+8
2022-11-02tests: fix group membership check in sbang tests. (#33658)Todd Gamblin1-2/+9
2022-10-31Windows: fix library loading and enable Clingo bootstrapping (#33400)John W. Parent1-56/+58
2022-10-24locks: improved errors (#33477)Harmen Stoppels2-4/+38
2022-10-10shell prompt: enclose control sequence in brackets (#33079)Brian Vanderwende1-3/+9
2022-10-07autotools: extend patching of the libtool script (#30768)Sergey Kosukhin1-3/+14
2022-09-26Fetching/decompressing: use magic numbers (#31589)John W. Parent1-1/+64
2022-09-14Bugfix: find_libraries (#32653)John W. Parent1-6/+6
2022-09-13Windows rpath support (#31930)John W. Parent1-6/+175
2022-09-07Make GHA tests parallel by using xdist (#32361)Tom Scogland1-2/+2
2022-09-06Fix spack locking on some NFS systems (#32426)Seth R. Johnson1-2/+6
2022-08-16filesystem: in recursive mtime, check only files that exist (#32175)Wouter Deconinck1-1/+1
2022-08-11Fix performance regression with `spack mirror create --all` (#32005)Massimiliano Culpo1-1/+26
2022-08-09Add base class for directory visitor (#32008)Harmen Stoppels2-30/+99
2022-08-02Style fixesMassimiliano Culpo1-1/+1
2022-08-02Use __slots__ for fast attribute accessMassimiliano Culpo1-0/+2
2022-07-31black: reformat entire repository with blackTodd Gamblin13-764/+801
2022-07-12`spack.repo.get()` can only be called on concrete specs (#31411)Massimiliano Culpo1-0/+12
2022-06-06Update decompression support on Windows (#25185)John W. Parent1-0/+62
2022-05-19Fix spack install chgrp on symlinks (#30743)Jordan Galby1-2/+5
2022-05-15Introduce GroupedExceptionHandler and use it to simplify bootstrap error hand...Danny McClanahan1-0/+63
2022-05-09Windows permissions: uninstalling and cleaning stages (#29714)John W. Parent1-14/+63
2022-05-03OpenCV and OpenBLAS: add external find support (#30240)Brian Van Essen1-3/+7
2022-04-28install --overwrite: use rename instead of tmpdir (#29746)Harmen Stoppels1-26/+20
2022-04-26Windows: fix termination of process output redirection (#29923)John W. Parent1-16/+16
2022-04-07Use the non-deprecated `MetaPathFinder` interface (#29745)Massimiliano Culpo1-5/+0
2022-04-06link_tree.py: format conflict error message (#29870)Harmen Stoppels1-2/+2
2022-04-04Allow conditional possible values in variants (#29530)Massimiliano Culpo1-1/+39
2022-04-01"spack external find": also find library-only packages (#28005)Brian Van Essen1-0/+37
2022-03-31Windows Support: Fixup Perl build (#29711)John W. Parent1-12/+4
2022-03-25Use the appropriate function to remove files in the stage directory (#29690)Massimiliano Culpo1-3/+7
2022-03-24environment views: single pass view generation (#29443)Harmen Stoppels2-1/+332
2022-03-23python: drop dependency on `file` for script check (#29513)Harmen Stoppels1-0/+23
2022-03-17Windows Support: Testing Suite integrationJohn Parent4-42/+32
2022-03-17"spack commands --update-completion"John Parent6-63/+59
2022-03-17Path handling (#28402)John W. Parent1-17/+133