guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]