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:
Ludovic Courtès 2023-11-14 20:16:28 +01:00
parent 006f9f0f21
commit f87c955725
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -4455,7 +4455,7 @@ (define-public launchmon
(define-public spindle
(package
(name "spindle")
(version "0.10")
(version "0.13")
(source (origin
;; We use git checkout to avoid github auto-generated tarballs
(method git-fetch)
@ -4465,7 +4465,7 @@ (define-public spindle
(file-name (git-file-name name version))
(sha256
(base32
"15n3ay0qq81r5v7fif61q1vdjcq44pp2nynkh3fvbzc9fj3c39wd"))))
"1z594nhash1him9v00qmyqv9jvikzrs4wxqy1cvnfwqwnrrkp707"))))
(build-system gnu-build-system)
(arguments '(#:configure-flags '("--enable-sec-launchmon"
"--enable-sec-munge"
@ -4473,10 +4473,7 @@ (define-public spindle
;; Fails to build as c++17.
"CXXFLAGS=-std=c++14 -O2 -g")))
(inputs
`(("mpi" ,openmpi)
("munge" ,munge)
("launchmon" ,launchmon)
("libgcrypt" ,libgcrypt)))
(list openmpi munge launchmon libgcrypt))
(synopsis "Scalable library loading in HPC environments")
(description
"Spindle is a tool for improving the performance of dynamic library and