maths: mumps: Update to 5.8.0.

* gnu/packages/maths.scm (mumps): Update to 5.8.0.
[home-page]: Update.
[arguments]<#:phases>{configure}: Add and update variables for shared
libraries.

Change-Id: Icea58167dfabde384be6d8a524feb585ae59360a
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
MARAIT Gilles 2025-06-20 10:29:49 +02:00 committed by Andreas Enge
parent 5c53a53c70
commit 6b5583621f
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -4912,18 +4912,15 @@ language understood by many solvers.")
(define-public mumps (define-public mumps
(package (package
(name "mumps") (name "mumps")
(version "5.5.1") (version "5.8.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (list (string-append "http://mumps.enseeiht.fr/MUMPS_" (uri (string-append "https://mumps-solver.org/MUMPS_" version
version ".tar.gz") ".tar.gz"))
(string-append
"https://ftp.mcs.anl.gov/pub/petsc/externalpackages"
"/MUMPS_" version ".tar.gz")))
(sha256 (sha256
(base32 (base32
"05gs2i8b76m9flm1826fxpyfnwibjjawbmfza3ylrvj7zaag5gqs")))) "18208d3klhv08p4kgbbp332wf11x0iyi7z4c7fcs0hwq3n5ynqnp"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list gfortran (list gfortran
@ -4986,7 +4983,9 @@ OPTL = -O2 -fopenmp $(PIC)
OPTC = -O2 -fopenmp $(PIC) OPTC = -O2 -fopenmp $(PIC)
LPORDDIR = $(topdir)/PORD/lib LPORDDIR = $(topdir)/PORD/lib
IPORD = -I$(topdir)/PORD/include IPORD = -I$(topdir)/PORD/include
LPORD = $(LPORDDIR)/libpord.a LPORD = -L$(LPORDDIR) -lpord
SONAME = -soname
SHARED_OPT = -shared
ORDERINGSF = -Dpord~@[ ORDERINGSF = -Dpord~@[
METISDIR = ~a METISDIR = ~a
IMETIS = -I$(METISDIR)/include IMETIS = -I$(METISDIR)/include
@ -5059,7 +5058,7 @@ IORDERINGSC = $(IPORD) $(IMETIS) $(ISCOTCH)"
(when (file-exists? "libseq/libmpiseq.so") (when (file-exists? "libseq/libmpiseq.so")
(install-file "libseq/libmpiseq.so" libdir)) (install-file "libseq/libmpiseq.so" libdir))
#t)))))) #t))))))
(home-page "http://mumps.enseeiht.fr") (home-page "https://mumps-solver.org")
(synopsis "Multifrontal sparse direct solver") (synopsis "Multifrontal sparse direct solver")
(description (description
"MUMPS (MUltifrontal Massively Parallel sparse direct Solver) solves a "MUMPS (MUltifrontal Massively Parallel sparse direct Solver) solves a