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

TMSS-163: build in parallel

parent 5a82e448
No related branches found
No related tags found
2 merge requests!110Resolve TMSS-163,!104Resolve TMSS-146
......@@ -14,7 +14,7 @@ RUN echo "Installing Casacore..." && \
mkdir /casacore/build/ && \
cd /casacore/build/ && \
cmake -DCMAKE_INSTALL_PREFIX=/opt/casacore -DBUILD_PYTHON3=ON -DBUILD_PYTHON=OFF -DPYTHON_EXECUTABLE=/usr/bin/python3 -DUSE_OPENMP=ON -DUSE_FFTW3=TRUE -DUSE_HDF5=ON -DCMAKE_BUILD_TYPE=Release .. && \
make && \
make -j 8 && \
make install
RUN echo "Installing Blitz++" && \
......@@ -23,5 +23,5 @@ RUN echo "Installing Blitz++" && \
mkdir -p /blitz/build && \
cd /blitz/build && \
cmake --prefix=/opt/blitz/ .. && \
make lib && \
make -j 8 lib && \
make install
\ No newline at end of file
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