mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: openpmix: Limit to 64bit systems.
* gnu/packages/parallel.scm (openpmix)[supported-systems]: New field. Change-Id: I63f231c22fb0d0cc46f93dc7ac435a8e41a66739
This commit is contained in:
parent
1e79e53f87
commit
889c44b553
1 changed files with 2 additions and 0 deletions
|
@ -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"))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue