summaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-07-07 06:33:28 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-07-07 06:33:28 +0300
commit8157af2e09fd3120bb13dd392e84b5c1011320e2 (patch)
tree28bc971bc3edc57174b2fac6c5a22ad0dc685eba /gnu/packages/bioinformatics.scm
parent25a814ceab7baba27efe10cf9964016a1424d99c (diff)
gnu: khmer: Limit to x86_64 systems only.
* gnu/packages/bioinformatics.scm (khmer)[supported-systems]: New field.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r--gnu/packages/bioinformatics.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 4cd90b9e81..c178390eda 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