Skip to content
Snippets Groups Projects
Commit 3e6c836f authored by Tammo Jan Dijkema's avatar Tammo Jan Dijkema
Browse files

Task #10504: option is BDSF_ROOT_DIR, not PYBDSF_ROOT_DIR

parent 7ae655ed
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ set(CASAREST_ROOT_DIR /opt/cep/casarest/current) ...@@ -5,7 +5,7 @@ set(CASAREST_ROOT_DIR /opt/cep/casarest/current)
set(PYRAP_ROOT_DIR /opt/cep/pyrap/current) set(PYRAP_ROOT_DIR /opt/cep/pyrap/current)
set(WCSLIB_ROOT_DIR /opt/cep/lofar/external/wcslib) set(WCSLIB_ROOT_DIR /opt/cep/lofar/external/wcslib)
set(AOFLAGGER_ROOT_DIR /opt/cep/aoflagger/current) set(AOFLAGGER_ROOT_DIR /opt/cep/aoflagger/current)
set(PYBDSF_ROOT_DIR /opt/cep/pybdsf/current) set(BDSF_ROOT_DIR /opt/cep/pybdsf/current)
set(DAL_ROOT_DIR /opt/cep/dal/current) set(DAL_ROOT_DIR /opt/cep/dal/current)
set(QPID_ROOT_DIR /opt/qpid) set(QPID_ROOT_DIR /opt/qpid)
set(LOG4CXX_ROOT_DIR /opt/cep/lofar/external/log4cxx) set(LOG4CXX_ROOT_DIR /opt/cep/lofar/external/log4cxx)
......
...@@ -65,7 +65,7 @@ RUN apt-get update && apt-get install -y subversion cmake g++ gfortran bison fle ...@@ -65,7 +65,7 @@ RUN apt-get update && apt-get install -y subversion cmake g++ gfortran bison fle
cd ${INSTALLDIR}/lofar && \ cd ${INSTALLDIR}/lofar && \
svn --non-interactive -q co -r ${LOFAR_REVISION} -N ${LOFAR_BRANCH_URL} src; \ svn --non-interactive -q co -r ${LOFAR_REVISION} -N ${LOFAR_BRANCH_URL} src; \
svn --non-interactive -q up src/CMake && \ svn --non-interactive -q up src/CMake && \
cd ${INSTALLDIR}/lofar/build/${LOFAR_BUILDVARIANT} && cmake -DBUILD_PACKAGES=Offline -DBUILD_TESTING=OFF -DCMAKE_INSTALL_PREFIX=${INSTALLDIR}/lofar/ -DCASAREST_ROOT_DIR=${INSTALLDIR}/casarest/ -DCASACORE_ROOT_DIR=${INSTALLDIR}/casacore/ -DAOFLAGGER_ROOT_DIR=${INSTALLDIR}/aoflagger/ -DPYBDSF_ROOT_DIR=/opt/pybdsf/lib/python${PYTHON_VERSION}/site-packages/ -DQPID_ROOT_DIR=/opt/qpid/ -DUSE_OPENMP=True ${INSTALLDIR}/lofar/src/ && \ cd ${INSTALLDIR}/lofar/build/${LOFAR_BUILDVARIANT} && cmake -DBUILD_PACKAGES=Offline -DBUILD_TESTING=OFF -DCMAKE_INSTALL_PREFIX=${INSTALLDIR}/lofar/ -DCASAREST_ROOT_DIR=${INSTALLDIR}/casarest/ -DCASACORE_ROOT_DIR=${INSTALLDIR}/casacore/ -DAOFLAGGER_ROOT_DIR=${INSTALLDIR}/aoflagger/ -DBDSF_ROOT_DIR=/opt/pybdsf/lib/python${PYTHON_VERSION}/site-packages/ -DQPID_ROOT_DIR=/opt/qpid/ -DUSE_OPENMP=True ${INSTALLDIR}/lofar/src/ && \
cd ${INSTALLDIR}/lofar/build/${LOFAR_BUILDVARIANT} && sed -i '29,31d' include/ApplCommon/PosixTime.h && \ cd ${INSTALLDIR}/lofar/build/${LOFAR_BUILDVARIANT} && sed -i '29,31d' include/ApplCommon/PosixTime.h && \
cd ${INSTALLDIR}/lofar/build/${LOFAR_BUILDVARIANT} && make -j ${J} && \ cd ${INSTALLDIR}/lofar/build/${LOFAR_BUILDVARIANT} && make -j ${J} && \
cd ${INSTALLDIR}/lofar/build/${LOFAR_BUILDVARIANT} && make install && \ cd ${INSTALLDIR}/lofar/build/${LOFAR_BUILDVARIANT} && make install && \
......
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