Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dependency versions in Dockerfile #3239

Merged
merged 1 commit into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/Dockerfile.oneapi
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ FROM ubuntu:24.04

ARG BUILD_NP=4

ARG ADIOS2_VERSION=2.10.0
ARG ADIOS2_VERSION=2.10.1
ARG HDF5_SERIES=1.14
ARG HDF5_PATCH=3
ARG HDF5_FIX=
ARG PETSC_VERSION=3.21.1
ARG PETSC_VERSION=3.21.2
ARG SLEPC_VERSION=3.21.1
ARG KAHIP_VERSION=3.16

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.redhat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG BUILD_NP=4
ARG HDF5_SERIES=1.14
ARG HDF5_PATCH=3
ARG HDF5_FIX=
ARG PETSC_VERSION=3.21.1
ARG PETSC_VERSION=3.21.2
ARG MPICH_VERSION=4.2.1

WORKDIR /tmp
Expand Down
6 changes: 3 additions & 3 deletions docker/Dockerfile.test-env
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
# docker build --target dev-env --file dolfinx/docker/Dockerfile.test-env --build-arg PETSC_SLEPC_OPTFLAGS="-O2 -march=native" .
#

ARG ADIOS2_VERSION=2.10.0
ARG ADIOS2_VERSION=2.10.1
ARG DOXYGEN_VERSION=1_11_0
ARG GMSH_VERSION=4_12_2
ARG GMSH_VERSION=4_13_1
ARG HDF5_SERIES=1.14
ARG HDF5_PATCH=3
ARG HDF5_FIX=
ARG KAHIP_VERSION=3.16
ARG NUMPY_VERSION=1.26.4
ARG PETSC_VERSION=3.21.1
ARG PETSC_VERSION=3.21.2
ARG SLEPC_VERSION=3.21.1

ARG MPICH_VERSION=4.2.1
Expand Down
Loading