Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
John Eslick committed Jun 7, 2023
1 parent f809db6 commit 36f4012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build-platform/el7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN cd repo; \
cd ./boost_1_80_0; \
sh bootstrap.sh --prefix=/usr/local/; \
chmod a+x ./b2; \
./b2 install;
./b2 install || true;

RUN cd repo/petsc; \
./configure CPPFLAGS="-D_POSIX_C_SOURCE=199309L" --with-debug=0 --with-shared=0 --with-mpi=0 --with-fortran-bindings=0 --download-metis --download-mumps --with-mumps-serial=1 --prefix=/repo/petsc-dist; \
Expand Down

0 comments on commit 36f4012

Please sign in to comment.