mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: spindle: Fix missing dependency.
* gnu/packages/admin.scm (spindle)[inputs]: Add zlib. Change-Id: If5b088f957a282921d931f52f5baf68ef34c0d24 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
5840d7170a
commit
132d4690b9
1 changed files with 1 additions and 1 deletions
|
|
@ -4981,7 +4981,7 @@ launch daemons into the relevant nodes.")
|
|||
;; Fails to build as c++17.
|
||||
"CXXFLAGS=-std=c++14 -O2 -g")))
|
||||
(inputs
|
||||
(list openmpi munge launchmon libgcrypt))
|
||||
(list openmpi munge launchmon libgcrypt zlib))
|
||||
(synopsis "Scalable library loading in HPC environments")
|
||||
(description
|
||||
"Spindle is a tool for improving the performance of dynamic library and
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue