spack/lib/spack/llnl/util
Harmen Stoppels bcd05407b8
llnl.util.tty.color._force_color: init in global scope (#44036)
Currently SPACK_COLOR=always is not respected in the build process on
macOS, because the global `_force_color` is re-evaluated in global scope
during module setup, where it is always `None`.

So, move global init bits from main.py to the module itself.
2024-05-07 09:49:46 +02:00
..
tty llnl.util.tty.color._force_color: init in global scope (#44036) 2024-05-07 09:49:46 +02:00
__init__.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
argparsewriter.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
filesystem.py Windows filesystem utilities (bugfix): improve SFN usage (#43645) 2024-04-16 11:02:02 -07:00
lang.py Remove dead code (#43114) 2024-03-11 00:47:55 -07:00
link_tree.py Environment views: dependents before dependencies, resolve identical file conflicts (#42350) 2024-02-03 11:05:45 +01:00
lock.py Remove dead code (#43114) 2024-03-11 00:47:55 -07:00
multiproc.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
symlink.py Windows: fix error with can_symlink check (#42753) 2024-02-21 10:18:25 -08:00