From ed8db23119eb4595534a3aa8d9024c20a401c7b8 Mon Sep 17 00:00:00 2001 From: Arno Schoenmakers <schoenmakers@astron.nl> Date: Mon, 2 Jul 2018 15:18:34 +0000 Subject: [PATCH] SW-425: Adapted variants file --- CMake/variants/variants.lofar-documentation | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CMake/variants/variants.lofar-documentation b/CMake/variants/variants.lofar-documentation index 3af5476efa7..b8bd7aca1f4 100644 --- a/CMake/variants/variants.lofar-documentation +++ b/CMake/variants/variants.lofar-documentation @@ -8,10 +8,13 @@ set(WINCC_ROOT_DIR /opt/WinCC_OA/3.14) set(CASACORE_ROOT_DIR /opt/casacore) set(CASAREST_ROOT_DIR /opt/casarest) set(CASA_ROOT_DIR /opt/casarest/casarest-1.4.2) -set(AOFLAGGER_LIBRARY /opt/aoflagger-2.9.0/build/lib/libaoflagger.so) -set(AOFLAGGER_INCLUDE_DIR /opt/aoflagger-2.9.0/build/include) +set(AOFLAGGER_ROOT_DIR "/opt/aoflagger-2.9.0/build") set(DAL_LIBRARY /opt/dal/DAL-master/build/lib/liblofardal.so) set(DAL_INCLUDE_DIR /opt/dal/DAL-master/build/include) set(CUDA_SDK_ROOT_DIR /usr/local/cuda-8.0) set(CUDA_TOOLKIT_ROOT_DIR /usr/local/cuda) set(MPI_ROOT_DIR /usr/lib64/openmpi) +set(BDSF_ROOT_DIR "/opt/pybdsf-1.8.9/PyBDSF-1.8.9/lib64/python2.7/site-packages/") + +#set(AOFLAGGER_LIBRARY /opt/aoflagger-2.9.0/build/lib/libaoflagger.so) +#set(AOFLAGGER_INCLUDE_DIR /opt/aoflagger-2.9.0/build/include) -- GitLab