From 4fc50af191068c729b1cbf081ffb184443b3b517 Mon Sep 17 00:00:00 2001 From: "dupont-y@univ-nantes.fr" Date: Tue, 11 Jul 2023 14:20:31 +0200 Subject: [PATCH] =?UTF-8?q?typo=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- glicid/packages/parallel.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glicid/packages/parallel.scm b/glicid/packages/parallel.scm index 91b57c9..290fca2 100644 --- a/glicid/packages/parallel.scm +++ b/glicid/packages/parallel.scm @@ -214,7 +214,7 @@ (ungexp (this-package-input "hwloc") "lib")) (string-append "--with-json=" #$(this-package-input "json-c")) (string-append "--with-munge=" #$(this-package-input "munge")) - (string-appent "--with-pmix=" #$(this-package-input "openpmix")) + (string-append "--with-pmix=" #$(this-package-input "openpmix")) ;; 32-bit support is marked as deprecated and needs to be ;; explicitly enabled.