Skip to content
Snippets Groups Projects

Let make install work

Merged Tammo Jan Dijkema requested to merge install-targets into master
11 files
+ 41
27
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 2
0
@@ -13,3 +13,5 @@ WORKDIR /src
RUN mkdir /build && cd /build && cmake ../src
RUN ln -s /usr/include/casacore/measures /usr/include && ln -s /usr/include/casacore/ms /usr/include
RUN cd /build && make -j2
RUN cd /build && make install
RUN DPPP
Loading