~ruther/guix-local

c136240efc7753124f8f9e99025bd69f6c4ceaf3 — Efraim Flashner 9 years ago f0ef7b4
gnu: diamond: Enable building on all architectures.

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

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +0 -3
@@ 2113,9 2113,6 @@ translated DNA query sequences against a protein reference database (BLASTP
and BLASTX alignment mode).  The speedup over BLAST is up to 20,000 on short
reads at a typical sensitivity of 90-99% relative to BLAST depending on the
data and settings.")
    ;; diamond fails to build on other platforms
    ;; https://github.com/bbuchfink/diamond/issues/18
    (supported-systems '("x86_64-linux"))
    (license (license:non-copyleft "file://src/COPYING"
                                   "See src/COPYING in the distribution."))))