guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: infernal: Limit to i686 and x86_64 systems.


From: Efraim Flashner
Subject: 01/01: gnu: infernal: Limit to i686 and x86_64 systems.
Date: Sun, 4 Sep 2016 09:44:14 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 48409ef26934cd8a2e692718b06d7853859f7e36
Author: Efraim Flashner <address@hidden>
Date:   Sun Sep 4 12:43:10 2016 +0300

    gnu: infernal: Limit to i686 and x86_64 systems.
    
    * gnu/packages/bioinformatics.scm (infernal)[supported-systems]: The
    package requires VMX or SSE capability for parallel instructions, so
    limit it to those supported systems.
---
 gnu/packages/bioinformatics.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 2d76a81..f34acd1 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4859,6 +4859,8 @@ profile, but it scores a combination of sequence 
consensus and RNA secondary
 structure consensus, so in many cases, it is more capable of identifying RNA
 homologs that conserve their secondary structure more than their primary
 sequence.")
+    ;; Infernal 1.1.2 requires VMX or SSE capability for parallel instructions.
+    (supported-systems '("i686-linux" "x86_64-linux"))
     (license license:bsd-3)))
 
 (define-public r-vegan



reply via email to

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