diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-07-18 08:58:59 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-07-18 09:00:10 +0300 |
commit | 2805f9b2a026a34d3e1069e86293ab3e18cadd9f (patch) | |
tree | 9c008df9cb158e0e33f55e4e21c22bd8153b6061 /gnu/packages | |
parent | 4c4485f30491a03040bd3081e1e3d3dc9e9b7716 (diff) | |
download | guix-2805f9b2a026a34d3e1069e86293ab3e18cadd9f.tar.gz |
gnu: raxml: Limit to x86_64 and i686 only.
* gnu/packages/bioinformatics.scm (raxml)[supported-systems]: New field.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index b5ee9cc125..9acd5454b3 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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 |