spack/var/spack/repos/builtin/packages/hpctoolkit/python3.patch
Mark W. Krentel 878e6b6712
hpctoolkit: add version 2022.04.15, update recipe (#30258)
1. update for rocm 4.5 and drop support for earlier rocm.
2. no longer use mbedtls or gotcha, they are only for old revs.
3. update version requirements for dyninst and libmonitor
4. begin to deprecate old versions
2022-04-25 16:40:00 +02:00

13 lines
326 B
Diff

Some older revs call python instead of python3.
diff --git a/src/tool/hpcstruct/stringify.py b/src/tool/hpcstruct/stringify.py
index 954f87593..c31984d21 100755
--- a/src/tool/hpcstruct/stringify.py
+++ b/src/tool/hpcstruct/stringify.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import sys
import re