Switch to jinja templating
Compare changes
Files
3+ 55
− 43
@@ -15,6 +15,7 @@ from logging import getLogger
@@ -89,21 +90,36 @@ def find_system_compiler(requested_system_compiler: str | None) -> None:
@@ -145,37 +161,35 @@ def update_caches(disable_binary_cache: bool) -> None:
@@ -322,16 +336,14 @@ def install_package_set_from_environment(spack_environment: str) -> None: