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

Merge branch 'enable_metadata_compression' into 'master'

Enable metadata compression

See merge request !29
parents 5eac9400 fd0cbcc0
Branches
Tags
1 merge request!29Enable metadata compression
Pipeline #111780 failed
...@@ -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