mirror of
https://github.com/mindthemath/fenics.git
synced 2025-05-11 19:34:37 -06:00
cleanup
This commit is contained in:
parent
2d535cc7a0
commit
d10f272c91
@ -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 .. && \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user