me
/
guix
Archived
1
0
Fork 0

gnu: hisat: Disable build on non-x86_64.

* gnu/packages/bioinformatics.scm (hisat)[supported-systems]: Add field.
master
Ricardo Wurmus 2015-11-02 14:36:36 +01:00
parent 7241c2fae6
commit 60af3d8241
1 changed files with 3 additions and 0 deletions

View File

@ -1374,6 +1374,9 @@ estimates transcript expression.")
`(("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