me
/
guix
Archived
1
0
Fork 0

gnu: diamond: Restrict supported systems to x86_64-linux.

* gnu/packages/bioinformatics.scm (diamond) [supported-systems]: Restrict to
  x86_64-linux.
master
Ben Woodcroft 2015-10-14 20:21:43 +10:00 committed by Efraim Flashner
parent 6159943851
commit d9c44e9c6a
1 changed files with 3 additions and 0 deletions

View File

@ -970,6 +970,9 @@ 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."))))