Skip to content

Commit

Permalink
Wrong sed argument...
Browse files Browse the repository at this point in the history
  • Loading branch information
prj- committed Dec 16, 2020
1 parent d697feb commit 9fa74d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freefem-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN autoreconf -i \

# Compile PETSc/SLEPc and reconfigure FreeFEM
RUN cd $DIRPATH/3rdparty/ff-petsc \
&& 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
&& 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

# Reconfigure and compile FreeFEM
RUN ./reconfigure && make -j 1
Expand Down

0 comments on commit 9fa74d9

Please sign in to comment.