~ruther/guix-local

561736d94df6eb8f3e59c7f38fde84c2442e0956 — Sharlatan Hellseher 2 months ago 065980a
gnu: python-fenics-ffc: Use python-numpy@1.

* gnu/packages/simulation.scm (python-fenics-ffc):
[propagated-inputs]: Add python-numpy-1.

Change-Id: I57a991c70947babc1734660c1d6723789ef77466
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/simulation.scm
M gnu/packages/simulation.scm => gnu/packages/simulation.scm +2 -1
@@ 933,7 933,8 @@ FIAT is part of the FEniCS Project.")
                  (invoke "pytest" "unit/"))))))))
    (native-inputs (list python-pytest python-setuptools))
    (propagated-inputs (list python-fenics-dijitso python-fenics-fiat
                             python-fenics-ufl-2019))
                             python-fenics-ufl-2019
                             python-numpy-1))
    (home-page "https://bitbucket.org/fenics-project/ffc/")
    (synopsis "Compiler for finite element variational forms")
    (description