gnu: psascan: Limit to 64-bit systems.
* gnu/packages/cpp.scm (psascan)[supported-systems]: New field. Change-Id: I19eef41449a16b4440f3dd73cdb181c7c3383e84master
parent
51c711a328
commit
014875b29e
|
@ -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
|
||||
|
|
Reference in New Issue