[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: diamond: Enable building on all architectures.
From: |
Efraim Flashner |
Subject: |
02/02: gnu: diamond: Enable building on all architectures. |
Date: |
Mon, 24 Apr 2017 12:30:33 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit c136240efc7753124f8f9e99025bd69f6c4ceaf3
Author: Efraim Flashner <address@hidden>
Date: Mon Apr 24 17:59:41 2017 +0300
gnu: diamond: Enable building on all architectures.
* gnu/packages/bioinformatics.scm (diamond)[supported-systems]: Remove
field.
---
gnu/packages/bioinformatics.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d270db9..027d0ea 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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."))))