Skip to content
Snippets Groups Projects

Switch to C++-20

Merged Andre Offringa requested to merge use-c++-20 into master
All threads resolved!
Files
2
+ 2
1
@@ -73,7 +73,8 @@ RUN cd /external && \
cd /external/python-casacore && \
pip install . && \
cd /external && \
rm -rf /external/python-casacore
rm -rf /external/python-casacore && \
python3 -c "import casacore ; print('Using casacore from path: ' + casacore.__file__);"
# Build aoflagger3
RUN mkdir /aoflagger && cd /aoflagger \
&& git clone https://gitlab.com/aroffringa/aoflagger.git src \
Loading