From ae5b824ae7966ce54cbdab986ac0b651ad20326c Mon Sep 17 00:00:00 2001 From: Joe Zuntz Date: Thu, 5 Sep 2024 08:45:34 +0100 Subject: [PATCH] Add explicit mpicc --- txpipe-dev/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txpipe-dev/Dockerfile b/txpipe-dev/Dockerfile index 44f10cf..0e3c474 100644 --- a/txpipe-dev/Dockerfile +++ b/txpipe-dev/Dockerfile @@ -51,7 +51,7 @@ RUN git clone https://github.com/LSSTDESC/TXPipe \ && cd .. \ && rm -rf firecrown \ && conda remove --force mpi4py \ - && pip install --no-binary=mpi4py --no-cache-dir mpi4py \ + && MPICC="mpicc " python3 pip install --force-reinstall --no-cache-dir --no-binary=mpi4py mpi4py \ && mamba clean --all -y \ && pip cache purge