Skip to content

Commit

Permalink
restore mpich
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Jul 23, 2024
1 parent 02282df commit efb642f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion txpipe-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ RUN apt-get update -y \
&& make install \
&& rm -rf /opt/mpich \
&& apt-get remove --purge -y gcc gfortran

1 change: 0 additions & 1 deletion txpipe-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ ENV RAIL_TAG_FOR_DEPENDENCIES=v1.0.0
# follow the RAIL instructions. Instead we put the RAIL deps into the conda-extras.yml
RUN git clone --branch ${TX_TAG_FOR_DEPENDENCIES} https://github.com/LSSTDESC/TXPipe \
&& cd TXPipe \
&& sed '/mpich/d' environment-nopip.yml > environment-nopip2.yml \
&& echo cat environment-nopip2.yml \
&& cat environment-nopip2.yml \
&& echo cat ../conda-extras.yml \
Expand Down

0 comments on commit efb642f

Please sign in to comment.