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

replicating old jenkings build env with casacore 2.1.0 and blitz staticaly linked

parent 65985d31
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ USER lofarsys
RUN echo "Installing Casacore..." && \
mkdir -p /opt/3rdparty_sources/ && cd /opt/3rdparty_sources/ && \
git clone --branch v3.2.0 https://github.com/casacore/casacore.git casacore && \
git clone --branch v2.1.0 https://github.com/casacore/casacore.git 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 -j 8 && \
......@@ -43,7 +43,7 @@ RUN echo "Installing Blitz++" && \
mkdir -p /opt/3rdparty_sources/ && cd /opt/3rdparty_sources/ && \
git clone --depth 1 https://github.com/blitzpp/blitz.git blitz && \
cd blitz && mkdir -p build && cd build && \
cmake3 -DCMAKE_INSTALL_PREFIX=/opt/blitz/ .. && \
cmake3 -DCMAKE_INSTALL_PREFIX=/opt/blitz/ -DBUILD_SHARED_LIBS=OFF .. && \
make -j 8 lib && \
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