1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 00:55:56 +02:00

gnu: khmer: Limit to x86_64 systems only.

* gnu/packages/bioinformatics.scm (khmer)[supported-systems]: New field.
This commit is contained in:
Efraim Flashner
2016-07-07 06:33:28 +03:00
parent 25a814ceab
commit 8157af2e09
+3
View File
@@ -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