aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--genenetwork-development.scm1
-rw-r--r--slurm.scm2
2 files changed, 3 insertions, 0 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm
index 5fafc12..2dbce64 100644
--- a/genenetwork-development.scm
+++ b/genenetwork-development.scm
@@ -471,6 +471,7 @@ server described by CONFIG, a <genenetwork-configuration> object."
"GN2_SETTINGS"
#$(mixed-text-file "gn2.conf"
"GN2_SECRETS=\"" gn2-secrets "/gn2-secrets.py\"\n"
+ "AI_SEARCH_ENABLED=True\n"
"GN3_LOCAL_URL=\""
(string-append "http://localhost:"
(number->string gn3-port))
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"