From: Arnaud Giersch Date: Fri, 16 Mar 2018 17:41:38 +0000 (+0100) Subject: MC: add icc libs to filtered_libraries. X-Git-Tag: v3.19~26 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/bc6c04ac08109d34ff039aaa259315068edeb306 MC: add icc libs to filtered_libraries. --- diff --git a/src/mc/remote/RemoteClient.cpp b/src/mc/remote/RemoteClient.cpp index 7f8877f1cb..521c794ad4 100644 --- a/src/mc/remote/RemoteClient.cpp +++ b/src/mc/remote/RemoteClient.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2014-2018. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -85,6 +85,9 @@ static const std::vector filtered_libraries = { "libelf", "libevent", "libgcc_s", + "libimf", + "libintlc", + "libirng", "liblua5.1", "liblua5.3", "liblzma", @@ -92,6 +95,7 @@ static const std::vector filtered_libraries = { "libpthread", "librt", "libstdc++", + "libsvml", "libunwind", "libunwind-x86_64", "libunwind-x86",