[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/09: gnu: kokkos: Restrict builds to 64-bit architectures.
From: |
guix-commits |
Subject: |
04/09: gnu: kokkos: Restrict builds to 64-bit architectures. |
Date: |
Mon, 23 Oct 2023 18:04:04 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 81b293ef34ae495770527354603304e23bc11045
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Oct 23 23:27:24 2023 +0200
gnu: kokkos: Restrict builds to 64-bit architectures.
* gnu/packages/cpp.scm (kokkos)[supported-systems]: New field.
Change-Id: Ia49e40471e59242e4b40879277a81de022a92d1f
---
gnu/packages/cpp.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index d89fcaeb1e..9a02de6334 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1112,6 +1112,10 @@ portable applications targeting all major HPC platforms.
For that purpose it
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
- branch master updated (cbd20d6274 -> 4d748d344b), guix-commits, 2023/10/23
- 02/09: gnu: cmake-minimal: Remove ‘hidden’ property., guix-commits, 2023/10/23
- 03/09: gnu: gnutls@3.8: Do not rely expect ‘PATH_MAX’ definition on GNU/Hurd., guix-commits, 2023/10/23
- 01/09: gnu: gcc@10: Update to 10.5.0., guix-commits, 2023/10/23
- 05/09: gnu: Add emacs-nerd-icons., guix-commits, 2023/10/23
- 06/09: gnu: Add emacs-imenu-anywhere., guix-commits, 2023/10/23
- 04/09: gnu: kokkos: Restrict builds to 64-bit architectures.,
guix-commits <=
- 07/09: gnu: Fix python-tortoise-orm's sanity-check., guix-commits, 2023/10/23
- 08/09: gnu: python-pypika-tortoise: Update to 0.1.6., guix-commits, 2023/10/23
- 09/09: gnu: python-tortoise-orm: Update to 0.20.0., guix-commits, 2023/10/23