Skip to content

Commit

Permalink
use updated easyblock for CUDA, disable parse_hook
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Nov 24, 2024
1 parent 8df8a21 commit 32e1c8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ easyconfigs:
- CUDA-12.1.1.eb:
# we need to force the rebuild because we still have CUDA under a non-accel
# directory available
# see https://github.com/easybuilders/easybuild-easyblocks/pull/3516
options:
force: True
accept-eula-for: CUDA
include-easyblocks-from-commit: dd3f00a5db62e44729b6193ee52edf556698a56f
2 changes: 1 addition & 1 deletion eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ def inject_gpu_property(ec):
PARSE_HOOKS = {
'casacore': parse_hook_casacore_disable_vectorize,
'CGAL': parse_hook_cgal_toolchainopts_precise,
'CUDA': parse_hook_cuda_prepend_path_cupti,
# 'CUDA': parse_hook_cuda_prepend_path_cupti,
'fontconfig': parse_hook_fontconfig_add_fonts,
'FreeImage': parse_hook_freeimage_aarch64,
'grpcio': parse_hook_grpcio_zlib,
Expand Down

0 comments on commit 32e1c8e

Please sign in to comment.