gnu: bwa: Disable on non-x86_64.

* gnu/packages/bioinformatics.scm (bwa)[supported-systems]: Add field.
master
Ricardo Wurmus 2015-10-12 15:27:17 +02:00
parent 40e94665d4
commit db94f8c734
1 changed files with 3 additions and 0 deletions

View File

@ -617,6 +617,9 @@ gapped, local, and paired-end alignment modes.")
;; no "configure" script
(alist-delete 'configure %standard-phases))))
(inputs `(("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://bio-bwa.sourceforge.net/")
(synopsis "Burrows-Wheeler sequence aligner")
(description