mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: psascan: Limit to 64-bit systems.
* gnu/packages/cpp.scm (psascan)[supported-systems]: New field. Change-Id: I19eef41449a16b4440f3dd73cdb181c7c3383e84
This commit is contained in:
parent
51c711a328
commit
014875b29e
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue