Skip to content

Commit 7998052

Browse files
committed
Regular --download-mpich tarball
1 parent 9fa74d9 commit 7998052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freefem-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN autoreconf -i \
4040

4141
# Compile PETSc/SLEPc and reconfigure FreeFEM
4242
RUN cd $DIRPATH/3rdparty/ff-petsc \
43-
&& sed -i'.bak' 's#download-mpich#download-mpich=http://www.mpich.org/static/downloads/3.4rc1/mpich-3.4rc1.tar.gz#' Makefile && make petsc-slepc
43+
&& make petsc-slepc
4444

4545
# Reconfigure and compile FreeFEM
4646
RUN ./reconfigure && make -j 1

0 commit comments

Comments
 (0)