File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments