mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: kokkos: Restrict builds to 64-bit architectures.
* gnu/packages/cpp.scm (kokkos)[supported-systems]: New field. Change-Id: Ia49e40471e59242e4b40879277a81de022a92d1f
This commit is contained in:
parent
a1ac534f8a
commit
81b293ef34
1 changed files with 4 additions and 0 deletions
|
@ -1112,6 +1112,10 @@ (define-public kokkos
|
|||
provides abstractions for both parallel execution of code and data management.
|
||||
Kokkos is designed to target complex node architectures with N-level memory
|
||||
hierarchies and multiple types of execution resources.")
|
||||
|
||||
;; Code exhibits integer size mismatches when compiled on 32-bit systems.
|
||||
(supported-systems %64bit-supported-systems)
|
||||
|
||||
(license license:asl2.0))) ; With LLVM exception
|
||||
|
||||
(define-public tweeny
|
||||
|
|
Loading…
Reference in a new issue