~ruther/guix-local

2805f9b2a026a34d3e1069e86293ab3e18cadd9f — Efraim Flashner 8 years ago 4c4485f
gnu: raxml: Limit to x86_64 and i686 only.

* gnu/packages/bioinformatics.scm (raxml)[supported-systems]: New field.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +2 -0
@@ 4320,6 4320,8 @@ extremely diverse sets of genomes.")
    (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