mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: openpmix: Fix package build on python-3.12.
* gnu/packages/parallel.scm (openpmix)[native-inputs]: Add python-setuptools. Change-Id: I6b4c3e880a5678887d32f5fdb4ef11d308bafe91 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
514e4f0af7
commit
25ebcf56bb
@@ -732,7 +732,7 @@ single-instruction multiple-data (SIMD) intrinsics.")
|
||||
(("#define PMIX_CONFIGURE_CLI .*")
|
||||
"#define PMIX_CONFIGURE_CLI \"[scrubbed]\"\n")))))))
|
||||
(inputs (list libevent `(,hwloc "lib") zlib))
|
||||
(native-inputs (list perl python python-cython-0))
|
||||
(native-inputs (list perl python python-cython-0 python-setuptools))
|
||||
(synopsis "PMIx library")
|
||||
(description
|
||||
"PMIx is an application programming interface standard that provides
|
||||
|
||||
Reference in New Issue
Block a user