spack/lib
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
..
spack llnl.util.tty.color._force_color: init in global scope (#44036) 2024-05-07 09:49:46 +02:00