1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Remove sundials-5.

* gnu/packages/maths.scm (sundials-5): Delete variable.

Fixes: guix/guix#5661
Change-Id: I83e2ad59729c48b769fe398bb33094b7858ebfca
This commit is contained in:
Andreas Enge
2026-02-17 11:39:55 +01:00
parent 768bd91010
commit 08f155c229

View File

@@ -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)