mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: diamond: Enable building on all architectures.
* gnu/packages/bioinformatics.scm (diamond)[supported-systems]: Remove field.
This commit is contained in:
parent
f0ef7b47d3
commit
c136240efc
1 changed files with 0 additions and 3 deletions
|
@ -2113,9 +2113,6 @@ (define-public diamond
|
||||||
and BLASTX alignment mode). The speedup over BLAST is up to 20,000 on short
|
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
|
reads at a typical sensitivity of 90-99% relative to BLAST depending on the
|
||||||
data and settings.")
|
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"
|
(license (license:non-copyleft "file://src/COPYING"
|
||||||
"See src/COPYING in the distribution."))))
|
"See src/COPYING in the distribution."))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue