Skip to content
Snippets Groups Projects
Commit e4927b09 authored by Hans Fangohr's avatar Hans Fangohr
Browse files

undo changes in calling the function to prepare for other MR

parent 6cbf475d
No related branches found
No related tags found
1 merge request!32if MPSD_MICROARCH is not defined, use archspec to determine
Pipeline #369954 passed
......@@ -572,8 +572,8 @@ def install_environment(
# Set required variables
release_base_dir = script_dir / mpsd_release
os.environ.get("MPSD_OS", "UNKNOWN_OS")
microarch = get_native_microarchitecture()
toolchain_dir = release_base_dir / microarch
mpsd_microarch = os.environ.get("MPSD_MICROARCH", "UNKNOWN_MICROARCH")
toolchain_dir = release_base_dir / mpsd_microarch
toolchain_dir.mkdir(parents=True, exist_ok=True)
spack_setup_script = release_base_dir / "spack-environments" / "spack_setup.sh"
install_flags = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment