Skip to content

Commit

Permalink
Change numactl command to be more inclusive libnuma-dev => libnuma
Browse files Browse the repository at this point in the history
  • Loading branch information
Oseltamivir committed Nov 2, 2024
1 parent 8f971e7 commit 6d9d675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/get-generic-sys-util/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
"libnuma-dev": {
"env": {
"CM_SYS_UTIL_NAME": "libnuma-dev",
"CM_SYS_UTIL_VERSION_CMD": "dpkg -l | grep libnuma-dev",
"CM_SYS_UTIL_VERSION_CMD": "dpkg -l | grep libnuma",
"CM_SYS_UTIL_VERSION_RE": "\\b\\d+\\.\\d+(?:\\.\\d+)?\\b"
},
"state": {
Expand Down Expand Up @@ -632,7 +632,7 @@
],
"env": {
"CM_SYS_UTIL_NAME": "numactl",
"CM_SYS_UTIL_VERSION_CMD": "dpkg -l | grep libnuma-dev",
"CM_SYS_UTIL_VERSION_CMD": "dpkg -l | grep libnuma",
"CM_SYS_UTIL_VERSION_RE": "\\b\\d+\\.\\d+(?:\\.\\d+)?\\b"
},
"state": {
Expand Down

0 comments on commit 6d9d675

Please sign in to comment.