1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-17 06:35:58 +02:00

gnu: bwa: Disable on non-x86_64.

* gnu/packages/bioinformatics.scm (bwa)[supported-systems]: Add field.
This commit is contained in:
Ricardo Wurmus
2015-10-12 15:27:17 +02:00
parent 40e94665d4
commit db94f8c734
+3
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