guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: fxtract: Restrict to x86_64-linux.


From: Ben Woodcroft
Subject: 01/01: gnu: fxtract: Restrict to x86_64-linux.
Date: Wed, 3 Aug 2016 11:27:35 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit afde1a264b3c34a6ccd5ee44855cdc6824149284
Author: Ben Woodcroft <address@hidden>
Date:   Wed Aug 3 21:22:02 2016 +1000

    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 19282cf..ee3e057 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]