Closed jorgensd closed 1 year ago
So we need to add a
python3 -m pip install Cython==0.29.32
before this line https://github.com/scientificcomputing/packages/blob/0a405fa3f60802a2f6497baf5a19b1cc4908d668/fenics/Dockerfile#L134, right?
So we need to add a
python3 -m pip install Cython==0.29.32
before this line
Yes. I just didnt have time before calling it a day tomorrow to add it.
@jorgensd I guess this issue was fixed in https://github.com/scientificcomputing/packages/pull/11 ?
See: https://gitlab.com/petsc/petsc/-/issues/1359 https://github.com/cython/cython/pull/5383 We need to wait for a new
Cython
release (0.29.x) to make the current workflow in the Dockerfile work. Temporary pin ofCython
is proposed in: https://github.com/FEniCS/dolfinx/pull/2620/files