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

* gnu/packages/bioinformatics.scm (vsearch)[supported-systems]: Restrict
  to x86_64-linux.

Signed-off-by: Andreas Enge <andreas@enge.fr>
master
Ben Woodcroft 2015-10-03 11:46:22 +10:00 committed by Andreas Enge
parent b8d953cbbd
commit 6f04e51560
1 changed files with 3 additions and 0 deletions

View File

@ -2766,6 +2766,9 @@ vectorization as well as multiple threads to perform accurate alignments at
high speed. VSEARCH uses an optimal global aligner (full dynamic programming
Needleman-Wunsch).")
(home-page "https://github.com/torognes/vsearch")
;; vsearch uses non-portable SSE intrinsics so building fails on other
;; platforms.
(supported-systems '("x86_64-linux"))
;; Dual licensed; also includes public domain source.
(license (list license:gpl3 license:bsd-2))))