Skip to content

Commit

Permalink
Add missing header file required by a dependency of breathe
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Nov 2, 2023
1 parent bd4f228 commit 3b8de9a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docker/Dockerfile.test-env
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,19 @@ ENV OPENBLAS_NUM_THREADS=1 \
OPENBLAS_VERBOSE=0

# Install dependencies available via apt-get.
# - First set of packages are required to build and run FEniCS.
# - Second set of packages are recommended and/or required to build
# - First set of packages are required to build FEniCS dependencies.
# - Second set of packages are required to build and run FEniCS.
# - Third set of packages are recommended and/or required to build
# documentation or tests.
# - Third set of packages are optional, but required to run gmsh
# - Fourth set of packages are optional, but required to run gmsh
# pre-built binaries.
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get -qq update && \
apt-get -yq --with-new-pkgs -o Dpkg::Options::="--force-confold" upgrade && \
apt-get -y install \
portaudio19-dev && \
#
apt-get -y install \
cmake \
g++ \
gfortran \
Expand Down

0 comments on commit 3b8de9a

Please sign in to comment.