mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: bwa: Disable on non-x86_64.
* gnu/packages/bioinformatics.scm (bwa)[supported-systems]: Add field.
This commit is contained in:
parent
40e94665d4
commit
db94f8c734
1 changed files with 3 additions and 0 deletions
|
@ -617,6 +617,9 @@ (define-public bwa
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue