Skip to content

Commit

Permalink
Merge pull request #3516 from trz42/add_cupti_nvvm_lib_dirs_to_librar…
Browse files Browse the repository at this point in the history
…y_path

update CUDA easyblock to add CUPTI and nvvm library directories to `$LIBRARY_PATH`
  • Loading branch information
ocaisa authored Jan 8, 2025
2 parents baffdf8 + 5077104 commit 3469151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/c/cuda.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def make_module_req_guess(self):
guesses.update({
'CPATH': inc_path,
'LD_LIBRARY_PATH': lib_path,
'LIBRARY_PATH': ['lib64', os.path.join('stubs', 'lib64')],
'LIBRARY_PATH': lib_path + [os.path.join('stubs', 'lib64')],
'PATH': bin_path,
'PKG_CONFIG_PATH': ['pkgconfig'],
})
Expand Down

0 comments on commit 3469151

Please sign in to comment.