From dbbdeecf6b82dab2096ca44341b2aca991f9cf75 Mon Sep 17 00:00:00 2001 From: Nirmal Unnikrishnan Date: Tue, 17 Jun 2025 14:47:02 -0500 Subject: [PATCH] SWDEV-531400 : Adding the correct modulefile path for SLES [ROCm/rocm-core commit: 942821090f1a81d7ad55f910dffdba93c2cdca8a] --- projects/rocm-core/rocm-core.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocm-core/rocm-core.postinst b/projects/rocm-core/rocm-core.postinst index b2b8957ac4..846b391bb4 100755 --- a/projects/rocm-core/rocm-core.postinst +++ b/projects/rocm-core/rocm-core.postinst @@ -41,7 +41,7 @@ do_update_alternatives(){ update-alternatives --install "/opt/rocm" "rocm" "@CPACK_PACKAGING_INSTALL_PREFIX@" "$altscore" fi - for loc in "/usr/share/modules/modulefiles" "/usr/local/Modules/modulefiles" "/usr/share/Modules/modulefiles" + for loc in "/usr/share/modules/modulefiles" "/usr/local/Modules/modulefiles" "/usr/share/Modules/modulefiles" "/usr/share/Modules/3.2.10/modulefiles" do if [ -d "$loc" ] then