Skip to content
Snippets Groups Projects
Commit bf6312b3 authored by Nils-Arne Dreier's avatar Nils-Arne Dreier
Browse files

ci: update yaxt

parent 415fc4c7
No related branches found
No related tags found
1 merge request!48ci: update yaxt
Pipeline #100416 passed
......@@ -26,9 +26,9 @@ RUN apt-get update \
RUN pip install --no-cache-dir numpy mpi4py matplotlib cython healpy aiohttp zarr
# install yaxt
RUN curl -s -L https://swprojects.dkrz.de/redmine/attachments/download/529/yaxt-0.10.0.tar.gz | \
RUN curl -s -L https://gitlab.dkrz.de/dkrz-sw/yaxt/-/archive/release-0.11.3/yaxt-release-0.11.3.tar.gz | \
tar xvz && \
cd yaxt-0.10.0 && \
cd yaxt-release-0.11.3 && \
./configure --without-regard-for-quality --without-example-programs --without-perf-programs --with-pic && \
make -j 4 && \
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