mirror of
https://github.com/mindthemath/fenics.git
synced 2025-05-14 04:27:36 -06:00
notes
This commit is contained in:
parent
6b44b350fa
commit
51291dd970
@ -19,7 +19,6 @@ RUN apt-get update -yqq && \
|
||||
apt-get -qq clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN pip install numpy scipy
|
||||
# fenics
|
||||
RUN pip install -U fenics-ffc
|
||||
ENV FENICS_VERSION=2019.1.0
|
||||
|
@ -18,7 +18,6 @@ RUN apt-get update -yqq && \
|
||||
apt-get -qq clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN pip install numpy scipy
|
||||
# fenics
|
||||
RUN pip install -U fenics-ffc
|
||||
ENV FENICS_VERSION=2019.1.0.post0
|
||||
|
1
Makefile
1
Makefile
@ -11,6 +11,7 @@ latest:
|
||||
|
||||
SHELL=bash
|
||||
# docker buildx build --platform linux/amd64,linux/arm64
|
||||
# {3.6.{14..15},3.{7..8}.{11..12},3.9.{6..9},3.10.{0..1}}-{bullseye,buster} 3.{7..8}.{4..10}-buster 3.6.{9..13}-buster
|
||||
buster:
|
||||
# for TAG in $(shell 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}}-buster | sort); do
|
||||
for TAG in $(shell echo 3.{7..8}.{4..10}-buster {3.6.{14..15},3.{7..8}.{11..12},3.9.{6..9},3.10.{0..1}}-buster | sort); do \
|
||||
|
Loading…
Reference in New Issue
Block a user