From afde1a264b3c34a6ccd5ee44855cdc6824149284 Mon Sep 17 00:00:00 2001 From: Ben Woodcroft Date: Wed, 3 Aug 2016 21:22:02 +1000 Subject: [PATCH] gnu: fxtract: Restrict to x86_64-linux. * gnu/packages/bioinformatics.scm (fxtract)[supported-systems]: Restrict to x86_64-linux. --- gnu/packages/bioinformatics.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 19282cfcf3..ee3e057460 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2108,6 +2108,8 @@ basic tasks but can change to using POSIX regular expressions, PCRE, hash lookups or multi-pattern searching as required. By default fxtract looks in the sequence of each record but can also be told to look in the header, comment or quality sections.") + ;; 'util' requires SSE instructions. + (supported-systems '("x86_64-linux")) (license license:expat)))) (define-public grit