mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: infernal: Limit to i686 and x86_64 systems.
* gnu/packages/bioinformatics.scm (infernal)[supported-systems]: The package requires VMX or SSE capability for parallel instructions, so limit it to those supported systems.
This commit is contained in:
parent
dddcb25c7f
commit
48409ef269
1 changed files with 2 additions and 0 deletions
|
@ -4859,6 +4859,8 @@ (define-public infernal
|
|||
structure consensus, so in many cases, it is more capable of identifying RNA
|
||||
homologs that conserve their secondary structure more than their primary
|
||||
sequence.")
|
||||
;; Infernal 1.1.2 requires VMX or SSE capability for parallel instructions.
|
||||
(supported-systems '("i686-linux" "x86_64-linux"))
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public r-vegan
|
||||
|
|
Loading…
Reference in a new issue