Skip to content
Snippets Groups Projects
Commit 60af3d82 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: hisat: Disable build on non-x86_64.

* gnu/packages/bioinformatics.scm (hisat)[supported-systems]: Add field.
parent 7241c2fa
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment