We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa74d9 commit 7998052Copy full SHA for 7998052
freefem-docker/Dockerfile
@@ -40,7 +40,7 @@ RUN autoreconf -i \
40
41
# Compile PETSc/SLEPc and reconfigure FreeFEM
42
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
+ && make petsc-slepc
44
45
# Reconfigure and compile FreeFEM
46
RUN ./reconfigure && make -j 1
0 commit comments