Skip to content
Snippets Groups Projects
Commit fd0cbcc0 authored by Timo Millenaar's avatar Timo Millenaar
Browse files

Enable metadata compression

parent 5eac9400
No related branches found
No related tags found
1 merge request!29Enable metadata compression
...@@ -108,7 +108,7 @@ RUN git clone --no-checkout https://git.astron.nl/RD/DP3.git && \ ...@@ -108,7 +108,7 @@ RUN git clone --no-checkout https://git.astron.nl/RD/DP3.git && \
git -C DP3 checkout ${DP3_COMMIT} && \ git -C DP3 checkout ${DP3_COMMIT} && \
mkdir DP3/build && \ mkdir DP3/build && \
cd DP3/build && \ cd DP3/build && \
cmake .. -DPORTABLE=${PORTABLE} -DLIBDIRAC_PREFIX=/usr/local/ && \ cmake .. -DPORTABLE=${PORTABLE} -DLIBDIRAC_PREFIX=/usr/local/ -DMETADATA_COMPRESSION_DEFAULT=True && \
make install -j$(nproc) && \ make install -j$(nproc) && \
cd ../.. && rm -rf DP3 cd ../.. && rm -rf DP3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment