diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-01-07 15:47:04 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-01-07 15:47:34 +0200 |
commit | 6fd2ed23acdf6cb87bb701e4f8f121afcf3cb9f2 (patch) | |
tree | 7372f2dff74511c09d38a3f8364f1894af63a3f1 /gnu | |
parent | e97b23e4bd878ccd0c7672f1318e2e517779402b (diff) | |
download | guix-6fd2ed23acdf6cb87bb701e4f8f121afcf3cb9f2.tar guix-6fd2ed23acdf6cb87bb701e4f8f121afcf3cb9f2.tar.gz |
gnu: mantis: Limit to x86_64-linux.
* gnu/packages/bioinformatics.scm (mantis)[supported-systems]: New field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 2a06a6e5ef..58ba2f05d6 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -4,7 +4,7 @@ ;;; Copyright © 2015, 2016 Pjotr Prins <pjotr.guix@thebird.nl> ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2016 Roel Janssen <roel@gnu.org> -;;; Copyright © 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il> +;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2016, 2018 Raoul Bonnal <ilpuccio.febo@gmail.com> ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> @@ -13316,6 +13316,8 @@ queries, small indexes, and exact results, i.e., no false positives or negatives. Furthermore, Mantis is also a colored de Bruijn graph representation, so it supports fast graph traversal and other topological analyses in addition to large-scale sequence-level searches.") + ;; uses __uint128_t and inline assembly + (supported-systems '("x86_64-linux")) (license license:bsd-3)))) (define-public r-diversitree |