Commit 17f4ffcd authored by Jérome Perrin's avatar Jérome Perrin

check_software: tolerate libmvec in ldd check

libmvec ( https://sourceware.org/glibc/wiki/libmvec ) is part of
libc.

$ dpkg -S /lib/x86_64-linux-gnu/libmvec-2.24.so
libc6:amd64: /lib/x86_64-linux-gnu/libmvec-2.24.so
parent 58888667
......@@ -70,6 +70,7 @@ def checkSoftware(slap, software_url):
'libgcc_s',
'libgomp',
'libm',
'libmvec',
'libnsl',
'libpthread',
'libthread_db',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment