Skip to content

Commit

Permalink
change configure
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Sep 3, 2024
1 parent c1201b8 commit cc66475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txpipe-min-failing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update -y \
&& wget http://www.mpich.org/static/downloads/${MPI_VERSION}/mpich-${MPI_VERSION}.tar.gz \
&& tar xvzf mpich-${MPI_VERSION}.tar.gz \
&& cd mpich-${MPI_VERSION} \
&& ./configure \
&& ./configure --disable-cxx \
&& make \
&& make install \
&& rm -rf /opt/mpich \
Expand Down

0 comments on commit cc66475

Please # to comment.