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 /gnu/packages/simulation.scm | |
| 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>
Diffstat (limited to 'gnu/packages/simulation.scm')
| -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.") | |||
| 933 | (invoke "pytest" "unit/")))))))) | 933 | (invoke "pytest" "unit/")))))))) |
| 934 | (native-inputs (list python-pytest python-setuptools)) | 934 | (native-inputs (list python-pytest python-setuptools)) |
| 935 | (propagated-inputs (list python-fenics-dijitso python-fenics-fiat | 935 | (propagated-inputs (list python-fenics-dijitso python-fenics-fiat |
| 936 | python-fenics-ufl-2019)) | 936 | python-fenics-ufl-2019 |
| 937 | python-numpy-1)) | ||
| 937 | (home-page "https://bitbucket.org/fenics-project/ffc/") | 938 | (home-page "https://bitbucket.org/fenics-project/ffc/") |
| 938 | (synopsis "Compiler for finite element variational forms") | 939 | (synopsis "Compiler for finite element variational forms") |
| 939 | (description | 940 | (description |
