guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/14: gnu: spindle: Update to 0.13; remove input labels.


From: guix-commits
Subject: 14/14: gnu: spindle: Update to 0.13; remove input labels.
Date: Wed, 15 Nov 2023 05:38:03 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit f87c9557258e57d32ce724902c23f875e2affccd
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Nov 14 20:16:28 2023 +0100

    gnu: spindle: Update to 0.13; remove input labels.
    
    * gnu/packages/admin.scm (spindle): Update to 0.13.
    [inputs]: Remove labels.
    
    Change-Id: I2ccaaf2385797d81de2b1ffe28452281b4e5ae90
---
 gnu/packages/admin.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index ad90b18885..17225863d7 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4455,7 +4455,7 @@ launch daemons into the relevant nodes.")
 (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 @@ launch daemons into the relevant nodes.")
               (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 @@ launch daemons into the relevant nodes.")
                                      ;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]