guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: bwa: Disable on non-x86_64.


From: Ricardo Wurmus
Subject: 01/01: gnu: bwa: Disable on non-x86_64.
Date: Mon, 12 Oct 2015 13:51:08 +0000

rekado pushed a commit to branch master
in repository guix.

commit db94f8c7344056c39658bf3c2131fceaf80d0a12
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Oct 12 15:27:17 2015 +0200

    gnu: bwa: Disable on non-x86_64.
    
    * gnu/packages/bioinformatics.scm (bwa)[supported-systems]: Add field.
---
 gnu/packages/bioinformatics.scm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 0e0a886..4b7f76b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -617,6 +617,9 @@ gapped, local, and paired-end alignment modes.")
         ;; no "configure" script
         (alist-delete 'configure %standard-phases))))
     (inputs `(("zlib" ,zlib)))
+    ;; Non-portable SSE instructions are used so building fails on platforms
+    ;; other than x86_64.
+    (supported-systems '("x86_64-linux"))
     (home-page "http://bio-bwa.sourceforge.net/";)
     (synopsis "Burrows-Wheeler sequence aligner")
     (description



reply via email to

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