Skip to content
Snippets Groups Projects

Updated DDF2 Dependencies

Merged Fabio Roberto Vitello requested to merge feature/ddf2 into master
Files
5
+ 2
1
@@ -14,7 +14,8 @@ RUN apt update
# Git, Curl, sudo and Nano
RUN apt-get install git curl sudo nano -y
RUN cd /opt/ && git clone https://github.com/lofar-astron/LOFARBeam.git
RUN mkdir /opt/LOFARBeam/build && cd /opt/LOFARBeam/build && cmake -DCMAKE_INSTALL_PREFIX=/opt/lofarsoft -DPYTHON_EXECUTABLE=$(which python) -DCASACORE_INCLUDE_DIRS=/opt/lofarsoft/include/casacore/ -DCASACORE_LIBRARIES=/opt/lofarsoft/lib/ -DCASACORE_ROOT_DIR=/opt/lofarsoft/ ../ && make -j16 && make install
#------------------------
# Lofar user
#------------------------
Loading