Skip to content

Commit 3dcd714

Browse files
authored
Merge pull request #3635 from boegel/20250222094142_new_pr_icc
fix comment in icc/ifort easyblocks that still refered to `make_module_req_guess`
2 parents 49ca206 + f3d28cf commit 3dcd714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

easybuild/easyblocks/i/icc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def sanity_check_step(self):
177177
}
178178

179179
# make very sure that expected 'compilers_and_libraries_<VERSION>/linux' subdir is there for recent versions,
180-
# since we rely on it being there in make_module_req_guess
180+
# since we rely on it being there in module_load_environment
181181
if self.comp_libs_subdir:
182182
custom_paths['dirs'].append(self.comp_libs_subdir)
183183

easybuild/easyblocks/i/ifort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def sanity_check_step(self):
8282
}
8383

8484
# make very sure that expected 'compilers_and_libraries_<VERSION>/linux' subdir is there for recent versions,
85-
# since we rely on it being there in make_module_req_guess
85+
# since we rely on it being there in module_load_environment
8686
if self.comp_libs_subdir:
8787
custom_paths['dirs'].append(self.comp_libs_subdir)
8888

0 commit comments

Comments
 (0)