gnu: raxml: Limit to x86_64 and i686 only.

* gnu/packages/bioinformatics.scm (raxml)[supported-systems]: New field.
This commit is contained in:
Efraim Flashner 2017-07-18 08:58:59 +03:00
parent 4c4485f304
commit 2805f9b2a0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4320,6 +4320,8 @@ (define-public raxml
(description (description
"RAxML is a tool for phylogenetic analysis and post-analysis of large "RAxML is a tool for phylogenetic analysis and post-analysis of large
phylogenies.") phylogenies.")
;; The source includes x86 specific code
(supported-systems '("x86_64-linux" "i686-linux"))
(license license:gpl2+))) (license license:gpl2+)))
(define-public rsem (define-public rsem