mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
5c53a53c70
commit
6b5583621f
1 changed files with 8 additions and 9 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue