[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/32: gnu: psascan: Limit to 64-bit systems.
From: |
guix-commits |
Subject: |
32/32: gnu: psascan: Limit to 64-bit systems. |
Date: |
Mon, 6 May 2024 19:19:44 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 014875b29e68da6357a5323e6dd1eaa74a05b753
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 7 01:40:45 2024 +0300
gnu: psascan: Limit to 64-bit systems.
* gnu/packages/cpp.scm (psascan)[supported-systems]: New field.
Change-Id: I19eef41449a16b4440f3dd73cdb181c7c3383e84
---
gnu/packages/cpp.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 8a0bd62d6b..0b6b556a6b 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1572,6 +1572,8 @@ parsers according to a Parsing Expression Grammar (PEG).")
external-memory suffix array construction algorithm called pSAscan. The
algorithm is based on the sequential external-memory suffix array construction
algorithm called SAscan.")
+ ;; Code exhibits integer size mismatches when compiled on 32-bit systems.
+ (supported-systems %64bit-supported-systems)
(license license:expat)))
(define-public cxxopts
- 12/32: gnu: theorafile: Use test-target., (continued)
- 12/32: gnu: theorafile: Use test-target., guix-commits, 2024/05/06
- 09/32: gnu: rednotebook: Correctly wrap the binary., guix-commits, 2024/05/06
- 07/32: gnu: libvisual-plugins: Build with librsvg-for-system., guix-commits, 2024/05/06
- 28/32: gnu: minimap2: Update to 2.28., guix-commits, 2024/05/06
- 30/32: gnu: grantlee: Fix build on some architectures., guix-commits, 2024/05/06
- 29/32: gnu: minimap2: Fix make-flags., guix-commits, 2024/05/06
- 03/32: gnu: varnish: Fix build on i686-linux., guix-commits, 2024/05/06
- 06/32: gnu: libvisual-plugins: Disable oinksie plugin., guix-commits, 2024/05/06
- 23/32: gnu: mouseloupe: Update the package style., guix-commits, 2024/05/06
- 24/32: gnu: r-lpsymphony: Fix building on some architectures., guix-commits, 2024/05/06
- 32/32: gnu: psascan: Limit to 64-bit systems.,
guix-commits <=
- 02/32: gnu: varnish-modules: Update to 0.22.0., guix-commits, 2024/05/06
- 10/32: gnu: elisa: Update to 23.08.5., guix-commits, 2024/05/06
- 22/32: gnu: mouseloupe: Don't hardcode building for i686., guix-commits, 2024/05/06
- 21/32: gnu: wolf-shaper: Add tunable property., guix-commits, 2024/05/06
- 20/32: gnu: wolf-shaper: Fix building on more architectures., guix-commits, 2024/05/06
- 11/32: gnu: theorafile: Update to 0.0.0-2.ea5fd6d., guix-commits, 2024/05/06
- 08/32: gnu: libvisual-plugins: Reformat with 'guix style'., guix-commits, 2024/05/06
- 26/32: gnu: proteinortho: Update to 6.3.2., guix-commits, 2024/05/06
- 14/32: gnu: gnome-js-common: Fix build on some architectures., guix-commits, 2024/05/06
- 25/32: gnu: python-http-client: Fix test suite., guix-commits, 2024/05/06