Skip to content

Commit a8f11a7

Browse files
committed
workflows: Update petsc install to latest release
1 parent 9c60990 commit a8f11a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile.petsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y \
1616
/venv/bin/pip install --no-cache-dir --no-binary numpy numpy && \
1717
mkdir -p /opt/petsc && \
1818
cd /opt/petsc && \
19-
git clone -b release https://gitlab.com/petsc/petsc.git petsc && \
19+
git clone -b v3.23.0 https://gitlab.com/petsc/petsc.git petsc && \
2020
cd petsc && \
2121
./configure --with-fortran-bindings=0 --with-mpi-dir=/opt/openmpi \
2222
--with-openblas-include=$(pkg-config --variable=includedir openblas) \

0 commit comments

Comments
 (0)