spack/lib/spack/llnl
Harmen Stoppels e461234865
link: directly bind to os.* on non-windows (#44400)
The windows wrappers for basic functions like `os.symlink`,
`os.readlink` and `os.path.islink` in the `llnl.util.symlink` module
have bugs, and trigger more file system operations on non-windows than
they should.

This commit just binds `llnl.util.symlink.symlink = os.symlink` etc so
built-in functions are used on non-windows
2024-05-27 13:37:04 +02:00
..
util link: directly bind to os.* on non-windows (#44400) 2024-05-27 13:37:04 +02:00
__init__.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
path.py Buildcache/ensure symlinks proper prefix (#43851) 2024-05-10 13:00:40 -05:00
string.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
url.py strip url: fix whl suffix, remove exe (#43344) 2024-03-25 13:46:09 +01:00