guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: sortmerna: Limit support to x86_64 and i686 only.


From: Efraim Flashner
Subject: 01/01: gnu: sortmerna: Limit support to x86_64 and i686 only.
Date: Wed, 19 Jul 2017 07:37:57 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 2324541bd0b2febda96eb0004ac3a7bef1fe9d56
Author: Efraim Flashner <address@hidden>
Date:   Wed Jul 19 14:36:52 2017 +0300

    gnu: sortmerna: Limit support to x86_64 and i686 only.
    
    * gnu/packages/bioinformatics.scm (sortmerna)[supported-systems]: New field.
---
 gnu/packages/bioinformatics.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 9acd545..734bf31 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5318,6 +5318,8 @@ and operational taxonomic unit (OTU) picking of next 
generation
 sequencing (NGS) reads.  The core algorithm is based on approximate seeds and
 allows for fast and sensitive analyses of nucleotide sequences.  The main
 application of SortMeRNA is filtering rRNA from metatranscriptomic data.")
+    ;; The source includes x86 specific code
+    (supported-systems '("x86_64-linux" "i686-linux"))
     (license license:lgpl3)))
 
 (define-public star



reply via email to

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