me
/
guix
Archived
1
0
Fork 0

gnu: psascan: Limit to 64-bit systems.

* gnu/packages/cpp.scm (psascan)[supported-systems]: New field.

Change-Id: I19eef41449a16b4440f3dd73cdb181c7c3383e84
master
Efraim Flashner 2024-05-07 01:40:45 +03:00
parent 51c711a328
commit 014875b29e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -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