We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c60990 commit a8f11a7Copy full SHA for a8f11a7
1 file changed
docker/Dockerfile.petsc
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y \
16
/venv/bin/pip install --no-cache-dir --no-binary numpy numpy && \
17
mkdir -p /opt/petsc && \
18
cd /opt/petsc && \
19
- git clone -b release https://gitlab.com/petsc/petsc.git petsc && \
+ git clone -b v3.23.0 https://gitlab.com/petsc/petsc.git petsc && \
20
cd petsc && \
21
./configure --with-fortran-bindings=0 --with-mpi-dir=/opt/openmpi \
22
--with-openblas-include=$(pkg-config --variable=includedir openblas) \
0 commit comments