File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2020 # For pyvista/pyvistaqt
2121 DISPLAY : " :99.0"
2222 PYVISTA_OFF_SCREEN : true
23- PYVISTA_QT_VERSION : 0.11.0
24- PYVISTA_VERSION : 0.43.10
23+ PYVISTA_QT_VERSION : 0.11.1
24+ PYVISTA_VERSION : 0.44.1
2525 QT_DEBUG_PLUGINS : 1
2626
2727 PETSC_ARCH : ${{ matrix.petsc_arch }}
Original file line number Diff line number Diff line change 3434# echo "FROM dolfinx/dolfinx-onbuild:nightly" | docker build -f- .
3535#
3636
37- ARG PYVISTA_VERSION=0.43.8
37+ ARG PYVISTA_VERSION=0.44.1
3838
3939# Used to set the correct PYTHONPATH for the real and complex install of
4040# DOLFINx
@@ -170,7 +170,7 @@ RUN dpkgArch="$(dpkg --print-architecture)"; \
170170 pip install --no-cache-dir pyvista[trame]==${PYVISTA_VERSION} ;; \
171171 esac; \
172172 case "$dpkgArch" in arm64) \
173- pip install --no-cache-dir https://github.com/finsberg/vtk-aarch64/releases/download/vtk-9.3.0-cp312/vtk-9.3.0.dev0-cp312-cp312-linux_aarch64.whl && \
173+ pip install --no-cache-dir https://github.com/finsberg/vtk-aarch64/releases/download/vtk-9.3.0-cp312/vtk-9.3.0.dev0-cp312-cp312-linux_aarch64.whl && \
174174 pip install --no-cache-dir pyvista[trame]==${PYVISTA_VERSION} ;; \
175175 esac; \
176176 pip cache purge
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ FROM rockylinux/rockylinux:9
88ARG BUILD_NP=4
99
1010ARG HDF5_SERIES=1.14
11- ARG HDF5_PATCH=3
11+ ARG HDF5_PATCH=4
1212ARG HDF5_FIX=
13- ARG PETSC_VERSION=3.21.3
13+ ARG PETSC_VERSION=3.21.5
1414ARG MPICH_VERSION=4.2.2
1515
1616WORKDIR /tmp
Original file line number Diff line number Diff line change 1313#
1414
1515ARG ADIOS2_VERSION=2.10.1
16- ARG DOXYGEN_VERSION=1_11_0
16+ ARG DOXYGEN_VERSION=1_12_0
1717ARG GMSH_VERSION=4_13_1
1818ARG HDF5_SERIES=1.14
19- ARG HDF5_PATCH=3
19+ ARG HDF5_PATCH=4
2020ARG HDF5_FIX=
2121ARG KAHIP_VERSION=3.16
22- ARG NUMPY_VERSION=1.26.4
23- ARG PETSC_VERSION=3.21.3
22+ ARG NUMPY_VERSION=2.1.1
23+ ARG PETSC_VERSION=3.21.5
2424ARG SLEPC_VERSION=3.21.1
2525
2626ARG MPICH_VERSION=4.2.2
You can’t perform that action at this time.
0 commit comments