mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: raxml: Limit to x86_64 and i686 only.
* gnu/packages/bioinformatics.scm (raxml)[supported-systems]: New field.
This commit is contained in:
parent
4c4485f304
commit
2805f9b2a0
1 changed files with 2 additions and 0 deletions
|
@ -4320,6 +4320,8 @@ (define-public raxml
|
|||
(description
|
||||
"RAxML is a tool for phylogenetic analysis and post-analysis of large
|
||||
phylogenies.")
|
||||
;; The source includes x86 specific code
|
||||
(supported-systems '("x86_64-linux" "i686-linux"))
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public rsem
|
||||
|
|
Loading…
Reference in a new issue