Skip to content
Snippets Groups Projects
Commit a22967aa authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-966: use git to clone psrdada instead of old and flaky cvs

parent 9bb34767
No related branches found
No related tags found
3 merge requests!634WIP: COBALT commissioning delta,!501SW-966: build lofar-pulp in gitlab CI,!481Draft: SW-971 SW-973 SW-975: Various fixes to build LOFAR correctly.
......@@ -289,7 +289,7 @@ RUN cd ${PRESTO}/src && sudo make PRESTO=${PRESTO} prep && \
# PSRDADA
# *******************
#
RUN cd ${INSTALLDIR}/src && sudo cvs -z3 -d:pserver:anonymous@psrdada.cvs.sourceforge.net:/cvsroot/psrdada co -P psrdada && \
RUN cd ${INSTALLDIR}/src && sudo git clone git://git.code.sf.net/p/psrdada/code psrdada && \
cd psrdada && sudo sed -i 's/mopsr\ //' Makefile.am && sudo ./bootstrap && \
sudo ./configure --prefix=${INSTALLDIR} --enable-shared --with-x && sudo make && sudo 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