diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-02-17 11:39:38 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-17 12:24:23 +0100 |
| commit | 768bd910106a7ed3c22431d888cfa351bb982fdb (patch) | |
| tree | 42e30292e9c755d78eaabe5ada83eb9e5d7c58ae /gnu/packages | |
| parent | 03732b485b789641773defca43d1d630fbdf9bbb (diff) | |
gnu: Remove sundials-openmpi-5.
* gnu/packages/maths.scm (sundials-openmpi-5): Delete variable.
Change-Id: I415d99e7ecbbb86969a471852e8707991606e622
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/maths.scm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 8f7a79a36c4..32ca13755f0 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -9123,15 +9123,6 @@ easily be incorporated into existing simulation codes.") (base32 "04x2x0jchf9kbcw2a1c6f4h4as8sr6k2snfz8z9k897pa4rl1vfl")))))) -(define-public sundials-openmpi-5 - (package/inherit sundials-5 - (name "sundials-openmpi") - (propagated-inputs - (package-propagated-inputs sundials-openmpi)) - (arguments - (package-arguments sundials-openmpi)) - (synopsis (package-synopsis sundials-openmpi)))) - (define-public sundials-julia (package (inherit sundials) |
