Skip to content

Commit

Permalink
Remove version detect for libnuma-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Nov 3, 2024
1 parent 9990d98 commit 432a6ed
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions script/get-generic-sys-util/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,10 +388,7 @@
},
"libmkl-dev": {
"env": {
"CM_SYS_UTIL_NAME": "libmkl-dev",
"CM_SYS_UTIL_VERSION_CMD": "ldconfig -p | grep libmkl",
"CM_SYS_UTIL_VERSION_RE": "libmkl[^ ]+ => /[^ ]+/libmkl[^ ]+\\.so\\.([\\d.]+)",
"CM_TMP_VERSION_DETECT_GROUP_NUMBER": 1
"CM_SYS_UTIL_NAME": "libmkl-dev"
},
"state": {
"libmkl-dev": {
Expand Down Expand Up @@ -439,10 +436,7 @@
},
"libnuma-dev": {
"env": {
"CM_SYS_UTIL_NAME": "libnuma-dev",
"CM_SYS_UTIL_VERSION_CMD": "dpkg -l | grep libnuma",
"CM_SYS_UTIL_VERSION_RE": "\\b(\\d+\\.\\d+(?:\\.\\d+)?)\\b",
"CM_TMP_VERSION_DETECT_GROUP_NUMBER": 0
"CM_SYS_UTIL_NAME": "libnuma-dev"
},
"state": {
"libnuma-dev": {
Expand Down

0 comments on commit 432a6ed

Please sign in to comment.