From 014875b29e68da6357a5323e6dd1eaa74a05b753 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 7 May 2024 01:40:45 +0300 Subject: 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(+) (limited to 'gnu') 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 @@ (define-public psascan 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 -- cgit v1.2.3