Skip to content
Snippets Groups Projects
Commit 5e876baa authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Task #4272: Fixed include paths and CMakeLists.txt files to match with other LOFAR packages.

parent 872211f7
No related branches found
No related tags found
No related merge requests found
Showing
with 27 additions and 31 deletions
......@@ -70,7 +70,7 @@ namespace LOFAR
}
}
#include <BestEffortQueue.tcc>
#include <GPUProc/BestEffortQueue.tcc>
#endif
......@@ -7,10 +7,6 @@ execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_BINARY_DIR}/include/${PACKAGE_NAME})
# Add current source directory to -I path. This is needed because GPUProc uses
# angle brackets for internal header files, instead of quotes.
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
lofar_add_library(gpuproc
#Package__Version.cc
BandPass.cc
......
......@@ -34,8 +34,8 @@
#include <Common/PrettyUnits.h>
#include <Common/LofarLogger.h>
#include <Scheduling.h>
#include <SubbandMetaData.h>
#include <GPUProc/Scheduling.h>
#include <GPUProc/SubbandMetaData.h>
namespace LOFAR
{
......
......@@ -30,7 +30,7 @@
#include <CoInterface/Exceptions.h>
#include <CoInterface/BeamCoordinates.h>
#include <Scheduling.h>
#include <GPUProc/Scheduling.h>
#include <measures/Measures/MEpoch.h>
#include <measures/Measures/MCDirection.h>
......
......@@ -39,7 +39,7 @@
#include <CoInterface/AlignedStdAllocator.h>
#include <CoInterface/Exceptions.h>
#include <Scheduling.h>
#include <GPUProc/Scheduling.h>
#include "RSP.h"
namespace LOFAR
......
......@@ -31,7 +31,7 @@
#include <Common/Thread/Cancellation.h>
#include <CoInterface/PrintVector.h>
#include <Scheduling.h>
#include <GPUProc/Scheduling.h>
namespace LOFAR
{
......
......@@ -25,7 +25,7 @@
#include <CoInterface/RSPTimeStamp.h>
#include <SlidingPointer.h>
#include <GPUProc/SlidingPointer.h>
#include "WallClockTime.h"
namespace LOFAR
......
......@@ -26,7 +26,7 @@
#include <Common/lofar_complex.h>
#include <global_defines.h>
#include <GPUProc/global_defines.h>
namespace LOFAR
{
......
......@@ -23,8 +23,8 @@
#include <CoInterface/Parset.h>
#include <Kernel.h>
#include <opencl-incl.h>
#include <GPUProc/Kernel.h>
#include <GPUProc/opencl-incl.h>
namespace LOFAR
{
......
......@@ -25,7 +25,7 @@
#include <Common/lofar_complex.h>
#include <Common/LofarLogger.h>
#include <global_defines.h>
#include <GPUProc/global_defines.h>
namespace LOFAR
{
......
......@@ -23,8 +23,8 @@
#include <CoInterface/Parset.h>
#include <Kernel.h>
#include <opencl-incl.h>
#include <GPUProc/Kernel.h>
#include <GPUProc/opencl-incl.h>
namespace LOFAR
{
......
......@@ -25,7 +25,7 @@
#include <Common/lofar_complex.h>
#include <Common/LofarLogger.h>
#include <global_defines.h>
#include <GPUProc/global_defines.h>
namespace LOFAR
{
......
......@@ -23,8 +23,8 @@
#include <CoInterface/Parset.h>
#include <Kernel.h>
#include <opencl-incl.h>
#include <GPUProc/Kernel.h>
#include <GPUProc/opencl-incl.h>
namespace LOFAR
{
......
......@@ -29,7 +29,7 @@
#include <Common/LofarLogger.h>
#include <CoInterface/Align.h>
#include <global_defines.h>
#include <GPUProc/global_defines.h>
namespace LOFAR
{
......
......@@ -23,9 +23,9 @@
#include <CoInterface/Parset.h>
#include <Kernel.h>
#include <global_defines.h>
#include <opencl-incl.h>
#include <GPUProc/Kernel.h>
#include <GPUProc/global_defines.h>
#include <GPUProc/opencl-incl.h>
namespace LOFAR
{
......
......@@ -24,7 +24,7 @@
#include <Common/LofarLogger.h>
#include <global_defines.h>
#include <GPUProc/global_defines.h>
#include "FFT_Kernel.h"
namespace LOFAR
......
......@@ -25,7 +25,7 @@
#include <Common/lofar_complex.h>
#include <Common/LofarLogger.h>
#include <global_defines.h>
#include <GPUProc/global_defines.h>
namespace LOFAR
{
......
......@@ -23,9 +23,9 @@
#include <CoInterface/Parset.h>
#include <Kernel.h>
#include <opencl-incl.h>
#include <PerformanceCounter.h>
#include <GPUProc/Kernel.h>
#include <GPUProc/opencl-incl.h>
#include <GPUProc/PerformanceCounter.h>
namespace LOFAR
{
......
......@@ -24,7 +24,7 @@
#include <Common/LofarLogger.h>
#include <global_defines.h>
#include <GPUProc/global_defines.h>
#include "FFT_Kernel.h"
namespace LOFAR
......
......@@ -25,7 +25,7 @@
#include <Common/lofar_complex.h>
#include <Common/LofarLogger.h>
#include <global_defines.h>
#include <GPUProc/global_defines.h>
namespace LOFAR
{
......
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