mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
FairMQ: Fix various errors from CI
* move Plugins::Version to fair::mq::tools * fix Parser interface * make device a shared pointer in main * provide std::hash template specialization * fix FairMQ.Plugins/FairMQ.PluginsStatic when run with ctest * fix MQ/serialization example * add --no-as-needed flag * GCC 4 does not support member refs, move to pointer types
This commit is contained in:
committed by
Mohammad Al-Turany
parent
ad0f050c99
commit
a26925cbf5
@@ -6,6 +6,7 @@
|
||||
#include <fairmq/tools/CppSTL.h>
|
||||
#include <fairmq/tools/Network.h>
|
||||
#include <fairmq/tools/Strings.h>
|
||||
#include <fairmq/tools/Version.h>
|
||||
|
||||
namespace FairMQ
|
||||
{
|
||||
@@ -13,6 +14,7 @@ namespace tools
|
||||
{
|
||||
|
||||
using fair::mq::tools::make_unique;
|
||||
using fair::mq::tools::HashEnum;
|
||||
|
||||
using fair::mq::tools::getHostIPs;
|
||||
using fair::mq::tools::getInterfaceIP;
|
||||
@@ -20,6 +22,8 @@ using fair::mq::tools::getDefaultRouteNetworkInterface;
|
||||
|
||||
using fair::mq::tools::S;
|
||||
|
||||
using fair::mq::tools::Version;
|
||||
|
||||
} // namespace tools
|
||||
} // namespace FairMQ
|
||||
|
||||
|
Reference in New Issue
Block a user