summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-02-17 11:39:55 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-17 12:24:23 +0100
commit08f155c229a8cae0451eabcebc09f18aafb431ab (patch)
tree5a3ed15a9606fd9fc7f3ce679cdd8eea9c53014d /gnu/packages/maths.scm
parent768bd910106a7ed3c22431d888cfa351bb982fdb (diff)
gnu: Remove sundials-5.
* gnu/packages/maths.scm (sundials-5): Delete variable. Fixes: guix/guix#5661 Change-Id: I83e2ad59729c48b769fe398bb33094b7858ebfca
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 32ca13755f0..7a8959cf180 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -9109,20 +9109,6 @@ easily be incorporated into existing simulation codes.")
#$%openmpi-setup)))))
(synopsis "SUNDIALS with MPI support")))
-(define-public sundials-5
- (package
- (inherit sundials)
- (name "sundials")
- (version "5.8.0")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "https://github.com/LLNL/sundials/releases/download/v"
- version "/sundials-" version ".tar.gz"))
- (sha256
- (base32
- "04x2x0jchf9kbcw2a1c6f4h4as8sr6k2snfz8z9k897pa4rl1vfl"))))))
-
(define-public sundials-julia
(package
(inherit sundials)