Clean up Docker build
Remove LOFARBeam
and Dysco
, and clean up.
- Removed
LOFARBeam
andDysco
from the build:-
LOFARBeam
doesn't build againstCasacore
3.6.1 and has been superseded byEveryBeam
; -
Dysco
is nowadays part ofCasacore
, which we now build ourselves.
-
- Cleaned up the
Dockerfile
:- grouped
ARG
statements near the top; - added
-DTARGET_CPU
argument to thecmake
statement, for those packages that support it.
- grouped