
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
13 lines
326 B
Diff
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
|