gnu: openpmix: Limit to 64bit systems.

* gnu/packages/parallel.scm (openpmix)[supported-systems]: New field.

Change-Id: I63f231c22fb0d0cc46f93dc7ac435a8e41a66739
This commit is contained in:
Efraim Flashner 2024-09-27 16:44:36 +03:00
parent 1e79e53f87
commit 889c44b553
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -678,6 +678,8 @@ (define-public openpmix
libraries and programming models with portable and well-defined access to
commonly needed services in distributed and parallel computing systems.")
(home-page "https://pmix.org/")
;; configure: WARNING: PMIx does not support 32 bit builds.
(supported-systems %64bit-supported-systems)
;; The provided license is kind of BSD-style but specific.
(license (license:fsf-free "https://github.com/openpmix/openpmix?tab=License-1-ov-file#License-1-ov-file"))))