gnu: spindle: Update to 0.13; remove input labels.
* gnu/packages/admin.scm (spindle): Update to 0.13. [inputs]: Remove labels. Change-Id: I2ccaaf2385797d81de2b1ffe28452281b4e5ae90
This commit is contained in:
parent
006f9f0f21
commit
f87c955725
1 changed files with 3 additions and 6 deletions
|
@ -4455,7 +4455,7 @@ launch daemons into the relevant nodes.")
|
||||||
(define-public spindle
|
(define-public spindle
|
||||||
(package
|
(package
|
||||||
(name "spindle")
|
(name "spindle")
|
||||||
(version "0.10")
|
(version "0.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
;; We use git checkout to avoid github auto-generated tarballs
|
;; We use git checkout to avoid github auto-generated tarballs
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4465,7 +4465,7 @@ launch daemons into the relevant nodes.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15n3ay0qq81r5v7fif61q1vdjcq44pp2nynkh3fvbzc9fj3c39wd"))))
|
"1z594nhash1him9v00qmyqv9jvikzrs4wxqy1cvnfwqwnrrkp707"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments '(#:configure-flags '("--enable-sec-launchmon"
|
(arguments '(#:configure-flags '("--enable-sec-launchmon"
|
||||||
"--enable-sec-munge"
|
"--enable-sec-munge"
|
||||||
|
@ -4473,10 +4473,7 @@ launch daemons into the relevant nodes.")
|
||||||
;; Fails to build as c++17.
|
;; Fails to build as c++17.
|
||||||
"CXXFLAGS=-std=c++14 -O2 -g")))
|
"CXXFLAGS=-std=c++14 -O2 -g")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("mpi" ,openmpi)
|
(list openmpi munge launchmon libgcrypt))
|
||||||
("munge" ,munge)
|
|
||||||
("launchmon" ,launchmon)
|
|
||||||
("libgcrypt" ,libgcrypt)))
|
|
||||||
(synopsis "Scalable library loading in HPC environments")
|
(synopsis "Scalable library loading in HPC environments")
|
||||||
(description
|
(description
|
||||||
"Spindle is a tool for improving the performance of dynamic library and
|
"Spindle is a tool for improving the performance of dynamic library and
|
||||||
|
|
Reference in a new issue