From 305a11e23275ee3630000e50155f103e97b08039 Mon Sep 17 00:00:00 2001 From: "dupont-y@univ-nantes.fr" Date: Wed, 30 Oct 2024 16:58:45 +0100 Subject: [PATCH] =?UTF-8?q?add=20--with=E2=80=A6=20flags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- glicid/packages/parallel.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/glicid/packages/parallel.scm b/glicid/packages/parallel.scm index 6f4e470..bf149d4 100644 --- a/glicid/packages/parallel.scm +++ b/glicid/packages/parallel.scm @@ -144,7 +144,7 @@ (inputs (modify-inputs (package-inputs slurm-22.05-latest) (prepend gtk+-2 ; for sview ucx openpmix-3 ; for pmix support - json-c libyaml http-parser ; for REST API + json-c libjwt libyaml http-parser ; for REST API `(,mariadb "dev")))))) ; for mariadb/mysql client support @@ -166,6 +166,9 @@ (string-append "--with-munge=" #$(this-package-input "munge")) ; (string-append "--with-pmix=" #$(this-package-input "openpmix-3") ":" #$(this-package-input "openpmix-4") ) (string-append "--with-pmix=" #$(this-package-input "openpmix-3")) + (string-append "--with-yaml=" #$(this-package-input "libyaml")) + (string-append "--with-jwt=" #$(this-package-input "libjwt")) + (string-append "--with-http-parser=" #$(this-package-input "http-parser")) (string-append "--with-ucx=" #$(this-package-input "ucx")) ; (string-append "--with-pmix=" #$(this-package-input "openpmix-4")) ;; 32-bit support is marked as deprecated and needs to be