summaryrefslogtreecommitdiff
path: root/lib/spack/llnl
AgeCommit message (Expand)AuthorFilesLines
2023-03-27Add `llnl.util.filesystem.find_first` (#36083)Harmen Stoppels1-1/+137
2023-03-17Windows: properly handle symlink failures (#36003)John W. Parent2-4/+10
2023-03-05windows: use `sys.platform == "win32"` instead of `is_windows` (#35640)Todd Gamblin2-26/+21
2023-02-23colify.py: get rid of **kwargs (#35641)Todd Gamblin1-37/+62
2023-02-20environment views: better, earlier error on clash (#35541)Harmen Stoppels1-0/+5
2023-02-20Patchel shutil.copystat to avoid PermissionError on Lustre (#27247)Ben Wibking1-0/+68
2023-02-20Fix broken links in docs (#35582)Adam J. Stewart1-1/+1
2023-02-18Improve error handling in buildcache downloads (#35568)Harmen Stoppels1-0/+25
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart5-25/+7
2023-02-16view: fix issue with non-contributing specs (#34661)Harmen Stoppels1-1/+1
2023-02-07Windows: Fix spack.bat handling of env commands (#35143)Dan Lipsa1-9/+7
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