From: Augustin Degomme Date: Thu, 28 Nov 2019 22:29:23 +0000 (+0100) Subject: 2-8 is matched as a version number and stripped from libname X-Git-Tag: v3.25~347^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c1b7d5ba6a32f5fb70b7aec1c10e06ba560e195e?hp=98236eba13100727f2421d07b097cf84416ef74e 2-8 is matched as a version number and stripped from libname --- diff --git a/src/mc/remote/RemoteClient.cpp b/src/mc/remote/RemoteClient.cpp index a10121212d..919945439f 100644 --- a/src/mc/remote/RemoteClient.cpp +++ b/src/mc/remote/RemoteClient.cpp @@ -72,7 +72,7 @@ static const std::vector filtered_libraries = { "libm", "libomp", "libpapi", - "libpcre2-8", + "libpcre2", "libpfm", "libpgmath", "libpthread",