guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: khmer: Limit to x86_64 systems only.


From: Efraim Flashner
Subject: 01/02: gnu: khmer: Limit to x86_64 systems only.
Date: Thu, 7 Jul 2016 04:01:39 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 8157af2e09fd3120bb13dd392e84b5c1011320e2
Author: Efraim Flashner <address@hidden>
Date:   Thu Jul 7 06:33:28 2016 +0300

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

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 4cd90b9..c178390 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2384,6 +2384,9 @@ working with DNA shotgun sequencing data from genomes, 
transcriptomes,
 metagenomes and single cells.  Khmer can make de novo assemblies faster, and
 sometimes better.  Khmer can also identify and fix problems with shotgun
 data.")
+    ;; When building on i686, armhf and mips64el, we get the following error:
+    ;; error: ['khmer', 'khmer.tests', 'oxli'] require 64-bit operating system
+    (supported-systems '("x86_64-linux"))
     (license license:bsd-3)))
 
 (define-public macs



reply via email to

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