guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: metabat: Limit to x86_64 and i686 only.


From: Efraim Flashner
Subject: 01/01: gnu: metabat: Limit to x86_64 and i686 only.
Date: Tue, 1 Aug 2017 10:30:22 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit d931a4bbeb4a23a26fa046bdc34c618b75bc94f1
Author: Efraim Flashner <address@hidden>
Date:   Tue Aug 1 17:24:56 2017 +0300

    gnu: metabat: Limit to x86_64 and i686 only.
    
    * gnu/packages/bioinformatics.scm (metabat)[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 614a7d4..909044f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3546,6 +3546,8 @@ sequences to deconvolute complex microbial communities, 
or metagenome binning,
 enables the study of individual organisms and their interactions.  MetaBAT is
 an automated metagenome binning software, which integrates empirical
 probabilistic distances of genome abundance and tetranucleotide frequency.")
+    ;; The source code contains inline assembly.
+    (supported-systems '("x86_64-linux" "i686-linux"))
     (license (license:non-copyleft "file://license.txt"
                                    "See license.txt in the distribution."))))
 



reply via email to

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