gnu: psascan: Limit to 64-bit systems.

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

Change-Id: I19eef41449a16b4440f3dd73cdb181c7c3383e84
This commit is contained in:
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

View file

@ -1572,6 +1572,8 @@ (define-public psascan
external-memory suffix array construction algorithm called pSAscan. The external-memory suffix array construction algorithm called pSAscan. The
algorithm is based on the sequential external-memory suffix array construction algorithm is based on the sequential external-memory suffix array construction
algorithm called SAscan.") algorithm called SAscan.")
;; Code exhibits integer size mismatches when compiled on 32-bit systems.
(supported-systems %64bit-supported-systems)
(license license:expat))) (license license:expat)))
(define-public cxxopts (define-public cxxopts