gnu: hisat: Disable build on non-x86_64.

* gnu/packages/bioinformatics.scm (hisat)[supported-systems]: Add field.
This commit is contained in:
Ricardo Wurmus 2015-11-02 14:36:36 +01:00
parent 7241c2fae6
commit 60af3d8241

View file

@ -1374,6 +1374,9 @@ (define-public hisat
`(("perl" ,perl)
("python" ,python)
("zlib" ,zlib)))
;; Non-portable SSE instructions are used so building fails on platforms
;; other than x86_64.
(supported-systems '("x86_64-linux"))
(home-page "http://ccb.jhu.edu/software/hisat/index.shtml")
(synopsis "Hierarchical indexing for spliced alignment of transcripts")
(description