We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91f480 commit a377503Copy full SHA for a377503
eb_hooks.py
@@ -283,7 +283,7 @@ def parse_hook_tensorflow_CUDA(ec, eprefix):
283
]
284
285
ec['pretestopts'] = (
286
- 'interppath=$(find "$EESSI_EPREFIX/lib64" -name \'ld-*\' | grep -E \'so\\.1|so\\.2\' | head -n1) && '
+ 'interppath=$(find "$EESSI_EPREFIX/lib64" -name 'ld-*' | grep -E 'so.1|so.2' | head -n1) && '
287
'patchelf --set-interpreter "$interppath" '
288
'"%(builddir)s/%(name)s/bazel-root/0b9648e0837f9e5bb579e0e2e64adf3f/external/python_%(arch)s-unknown-linux-gnu/bin/python%(pyshortver)s" && '
289
'export LD_LIBRARY_PATH="$EBROOTCUDA/lib:$EBROOTCUDNN/lib:$EBROOTNCCL/lib:$LD_LIBRARY_PATH" && '
0 commit comments