From 0ba26de033a674b5269bbeb41bae441a565a22b1 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 3 Sep 2024 12:34:40 +0100 Subject: Configure slurm with --with-yaml. * slurm.scm (slurm)[arguments]: Add --with-yaml configure flag. --- slurm.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slurm.scm b/slurm.scm index 7539cf7..83f4032 100644 --- a/slurm.scm +++ b/slurm.scm @@ -53,6 +53,8 @@ #$(this-package-input "http-parser")) (string-append "--with-rdkafka=" #$(this-package-input "librdkafka")) + (string-append "--with-yaml=" + #$(this-package-input "libyaml")) (string-append "--with-bpf=" #$(this-package-input "linux-libre-headers")) "--sysconfdir=/etc" -- cgit v1.2.3