This commit is contained in:
Michael Pilosov 2021-12-19 21:29:11 -07:00
parent 2d535cc7a0
commit d10f272c91
2 changed files with 1 additions and 4 deletions

View File

@ -32,7 +32,6 @@ RUN cd /tmp/src/ && \
git clone --branch=$FENICS_VERSION https://bitbucket.org/fenics-project/dolfin
COPY *.patch /tmp/src/dolfin/
RUN cd /tmp/src/dolfin && \
git revert 8e92f6ee1bb004ab95d9f0788eab25a2b7c45010 && \
git am algorithm.patch && \
git am boost.patch && \
cd .. && \

View File

@ -38,9 +38,7 @@ There is an unused patch for `petsc` and `slepsc` which is included "just in cas
- [ ] cover all python versions shown by following output (list built from [docker hub](https://hub.docker.com/_/python?tab=tags)):
```sh
echo {3.6.{14..15},3.{7..8}.{11..12},3.9.{6..9},3.10.{0..1}}-{bullseye,buster}
echo 3.{7..8}.{4..10}-buster
echo 3.6.{9..13}-buster
echo 3.6.{9..13}-buster 3.{7..8}.{4..10}-buster {3.6.{14..15},3.{7..8}.{11..12},3.9.{6..9},3.10.{0..1}}-{bullseye,buster} | sort
```
# contributions