diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-04 00:18:57 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:21:17 +0100 |
| commit | 561736d94df6eb8f3e59c7f38fde84c2442e0956 (patch) | |
| tree | dec08c2d277f378d40fc43461e51fb3a2af6f338 | |
| parent | 065980a401dfeb0b0299742d6051a8a37e07b4ab (diff) | |
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>
| -rw-r--r-- | gnu/packages/simulation.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm index 982b5c69c2c..e228e13cee6 100644 --- a/gnu/packages/simulation.scm +++ b/gnu/packages/simulation.scm @@ -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 |
