Skip to content

Commit 379c77d

Browse files
Merge pull request #2778 from devitocodes/dockerfile_cpu_for_petsc
docker: Update Dockerfile.cpu to support PETSc docker image
2 parents 288df4e + c01b822 commit 379c77d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile.cpu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ RUN apt-get update && \
1717

1818
# Install for basic base not containing it
1919
RUN apt-get install -y wget flex libnuma-dev hwloc curl cmake git \
20-
autoconf libtool build-essential procps software-properties-common
20+
autoconf libtool build-essential procps software-properties-common \
21+
pkgconf gfortran libopenblas-serial-dev
2122

2223
# Install gcc
2324
RUN if [ -n "$gcc" ]; then \
@@ -43,7 +44,6 @@ RUN cd /tmp && mkdir openmpi && \
4344
cd openmpi && ./autogen.pl && \
4445
mkdir build && cd build && \
4546
../configure --prefix=/opt/openmpi/ \
46-
--disable-mpi-fortran \
4747
--enable-mca-no-build=btl-uct --enable-mpi1-compatibility && \
4848
make -j ${nproc} && \
4949
make install && \

0 commit comments

Comments
 (0)