Skip to content

Commit 2a83b76

Browse files
author
Richard Top
committed
fixed typo in eb_hooks.py
1 parent a01e830 commit 2a83b76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eb_hooks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def parse_hook_tensorflow_CUDA(ec, eprefix):
284284

285285
ec['pretestopts'] = (
286286
'patchelf --set-interpreter "$EESSI_EPREFIX/lib64/ld-linux-%(arch)s.so.1" '
287-
'"%(builddir)s/%(name)s/bazel-root/0b9648e0837f9e5bb579e0e2e64adf3f/external/python_%(arch)s.-unknown-linux-gnu/bin/python%(pyshortver)s" && '
287+
'"%(builddir)s/%(name)s/bazel-root/0b9648e0837f9e5bb579e0e2e64adf3f/external/python_%(arch)s-unknown-linux-gnu/bin/python%(pyshortver)s" && '
288288
'LD_LIBRARY_PATH=$EBROOTCUDA/lib:$EBROOTCUDNN/lib:$EBROOTNCCL/lib:$LD_LIBRARY_PATH && '
289289
)
290290

@@ -294,7 +294,7 @@ def parse_hook_tensorflow_CUDA(ec, eprefix):
294294
#'chmod 755 -R %(builddir)s',
295295
]
296296

297-
print_msg("TensorFlow-CUDA required changes are applied!!!")
297+
print_msg("TensorFlow-CUDA changes applied")
298298
else:
299299
raise EasyBuildError("TensorFlow-CUDA specific hook triggered for non-TensorFlow-CUDA easyconfig?!")
300300

0 commit comments

Comments
 (0)