From 159598eff44e44c7275cca6c53bfc365fc1a6508 Mon Sep 17 00:00:00 2001 From: Tobias Melson <tobias.melson@mpcdf.mpg.de> Date: Thu, 28 Nov 2024 13:08:59 +0100 Subject: [PATCH] Renamed rocm repo --- mpcdf_common.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mpcdf_common.py b/mpcdf_common.py index 53dce12..5f33689 100644 --- a/mpcdf_common.py +++ b/mpcdf_common.py @@ -812,8 +812,7 @@ def openmpi_flavor_dependencies(flavor, distribution): def rocm_dependencies(rocm): if rocm == "rocm_6_1": return () - r = rocm.replace("_", "-", 1).replace("_", ".", 1) - return (("system:rocm", r),) + return (("system:rocm", rocm),) def openmpi_flavor_kind(flavor): -- GitLab