Skip to content
Snippets Groups Projects
Commit 84304fa1 authored by Martin Gels's avatar Martin Gels
Browse files

bug 1005: Tmp solution for cmakefile

parent 0be3e8b5
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ file (GLOB libinterface_HEADERS BeamletBuffer.h ...@@ -26,6 +26,7 @@ file (GLOB libinterface_HEADERS BeamletBuffer.h
SlidingPointer.h SlidingPointer.h
WallClockTime.h WallClockTime.h
WH_DelayCompensation.h WH_DelayCompensation.h
Lock.h
FCNP_ServerStream.h) FCNP_ServerStream.h)
enable_language(ASM-BGP) enable_language(ASM-BGP)
...@@ -49,6 +50,7 @@ file (GLOB libionproc_SOURCES BeamletBuffer.cc ...@@ -49,6 +50,7 @@ file (GLOB libionproc_SOURCES BeamletBuffer.cc
Scheduling.cc Scheduling.cc
WH_DelayCompensation.cc WH_DelayCompensation.cc
FCNP_ServerStream.cc FCNP_ServerStream.cc
Lock.cc
${amsSrcs}) ${amsSrcs})
add_library (ionproc ${libionproc_SOURCES}) add_library (ionproc ${libionproc_SOURCES})
......
...@@ -34,8 +34,9 @@ ...@@ -34,8 +34,9 @@
#include <Stream/NullStream.h> #include <Stream/NullStream.h>
#include <Stream/SocketStream.h> #include <Stream/SocketStream.h>
//#include <TH_ZoidServer.h> //#include <TH_ZoidServer.h>
#if !defined HAVE_PKVERSION
#include <Package__Version.h> #include <Package__Version.h>
#endif
#include <cmath> #include <cmath>
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
...@@ -364,9 +365,10 @@ static void unmapFlatMemory() ...@@ -364,9 +365,10 @@ static void unmapFlatMemory()
void *master_thread(void *) void *master_thread(void *)
{ {
#if !defined HAVE_PKVERSION
std::string type = "brief"; std::string type = "brief";
Version::show<IONProcVersion> (std::clog, "IONProc", type); Version::show<IONProcVersion> (std::clog, "IONProc", type);
#endif
clog_logger("starting master_thread"); clog_logger("starting master_thread");
enableCoreDumps(); enableCoreDumps();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment