>From 28497af997b07a57ce6006b19c50a467a4f3907f Mon Sep 17 00:00:00 2001 From: Ben Woodcroft Date: Sat, 3 Oct 2015 11:46:22 +1000 Subject: [PATCH] gnu: vsearch: Restrict supported systems to x86_64-linux * gnu/packages/bioinformatics.scm (vsearch): Restrict supported systems. --- gnu/packages/bioinformatics.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index b04c288..a3619be 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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 instrinsics 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)))) -- 2.4.3