aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2024-09-03 12:34:40 +0100
committerArun Isaac2024-09-03 12:34:40 +0100
commit0ba26de033a674b5269bbeb41bae441a565a22b1 (patch)
tree87a06fc097778310c535deb1c57e4153c8dace74
parent3598c1afca58e3767e4323cca227d9c9660c414e (diff)
downloadgn-machines-0ba26de033a674b5269bbeb41bae441a565a22b1.tar.gz
Configure slurm with --with-yaml.
* slurm.scm (slurm)[arguments]: Add --with-yaml configure flag.
-rw-r--r--slurm.scm2
1 files changed, 2 insertions, 0 deletions
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"