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

Bug 1310: First successful build of statically linked executable CN_Processing.

Note: changes in RTCP still need to be committed, awaiting aproval of John Romein
parent a0b52b5e
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ option(BUILD_STATIC_EXECUTABLES "Build static executables" ON)
set(GNUBGP_COMPILERS GNUBGP_C GNUBGP_CXX GNUBGP_ASM)
set(GNUBGP_C /usr/bin/gcc)
set(GNUBGP_CXX /usr/bin/g++)
set(GNUBGP_ASM /bgsys/drivers/ppcfloor/gnu-linux/bin/powerpc-bgp-linux-gcc)
set(GNUBGP_ASM /bgsys/drivers/ppcfloor/gnu-linux/bin/powerpc-bgp-linux-g++)
set(GNUBGP_C_FLAGS)
set(GNUBGP_C_FLAGS_DEBUG "-g")
......@@ -51,6 +51,13 @@ set(GNUBGP_COMPILE_DEFINITIONS
set(GNUBGP_COMPILE_DEFINITIONS_CN -DHAVE_BGP_CN)
set(GNUBGP_COMPILE_DEFINITIONS_ION -DHAVE_BGP_ION)
# Re-root search to this directory first; needed for cross-compilation
#set(CMAKE_FIND_ROOT_PATH /bgsys/drivers/ppcfloor/linux/OS)
set(CMAKE_FIND_ROOT_PATH /bgsys/drivers/ppcfloor/gnu-linux/powerpc-bgp-linux)
#set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
#set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE BOTH)
#set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY BOTH)
# Host specific paths to third party packages
set(CASACORE_PREFIX_PATH /cephome/romein/packages/casacore-0.3.0/stage)
set(MASS_PREFIX_PATH /opt/mass)
......
......@@ -36,7 +36,7 @@ include(LofarGeneral)
## ---------------------------------------------------------------------------
lofar_add_subdirectory(LCS)
lofar_add_subdirectory(CEP)
#lofar_add_subdirectory(RTCP)
lofar_add_subdirectory(RTCP)
lofar_add_subdirectory(SAS)
lofar_add_subdirectory(MAC)
......
......@@ -120,6 +120,9 @@
/* Define if we have an MPI implementation installed */
#cmakedefine HAVE_MPI 1
/* Define if MASS is installed */
#cmakedefine HAVE_MASS 1
/* Define if MPICH is installed */
#cmakedefine HAVE_MPICH 1
......
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