gnu: hisat: Disable build on non-x86_64.
* gnu/packages/bioinformatics.scm (hisat)[supported-systems]: Add field.
This commit is contained in:
parent
7241c2fae6
commit
60af3d8241
|
@ -1374,6 +1374,9 @@ estimates transcript expression.")
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
("python" ,python)
|
("python" ,python)
|
||||||
("zlib" ,zlib)))
|
("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")
|
(home-page "http://ccb.jhu.edu/software/hisat/index.shtml")
|
||||||
(synopsis "Hierarchical indexing for spliced alignment of transcripts")
|
(synopsis "Hierarchical indexing for spliced alignment of transcripts")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue