From e34f388980edcf68e312184e855e4ea19f8a866c Mon Sep 17 00:00:00 2001 From: "dupont-y@univ-nantes.fr" Date: Fri, 10 Jan 2025 12:29:51 +0100 Subject: [PATCH] openpmix 3 is deprecated. for now, test openpmix 4 --- glicid/packages/parallel.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glicid/packages/parallel.scm b/glicid/packages/parallel.scm index 4bd014e..46e5267 100644 --- a/glicid/packages/parallel.scm +++ b/glicid/packages/parallel.scm @@ -278,12 +278,12 @@ (string-append "--with-json=" #$(this-package-input "json-c")) (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-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")) + (string-append "--with-pmix=" #$(this-package-input "openpmix-4")) ;; 32-bit support is marked as deprecated and needs to be ;; explicitly enabled. #$@(if (target-64bit?) '() '("--enable-deprecated")))