mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-fenics-ffc: Use python-numpy@1.
* gnu/packages/simulation.scm (python-fenics-ffc): [propagated-inputs]: Add python-numpy-1. Change-Id: I57a991c70947babc1734660c1d6723789ef77466
This commit is contained in:
parent
c34ab1ebd5
commit
45146d392d
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue