guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: khmer: Add aarch64-linux to supported systems.


From: Efraim Flashner
Subject: 01/01: gnu: khmer: Add aarch64-linux to supported systems.
Date: Mon, 22 Jan 2018 02:41:31 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 3df57b3a9767f5b913ca69cd65e55d2aed57facb
Author: Efraim Flashner <address@hidden>
Date:   Mon Jan 22 09:39:39 2018 +0200

    gnu: khmer: Add aarch64-linux to supported systems.
    
    * gnu/packages/bioinformatics.scm (khmer)[supported-systems]: Add
    aarch64-linux to the supported systems.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index eb35537..31d5213 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2015, 2016 Pjotr Prins <address@hidden>
 ;;; Copyright © 2015 Andreas Enge <address@hidden>
 ;;; Copyright © 2016 Roel Janssen <address@hidden>
-;;; Copyright © 2016, 2017 Efraim Flashner <address@hidden>
+;;; Copyright © 2016, 2017, 2018 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Marius Bakke <address@hidden>
 ;;; Copyright © 2016 Raoul Bonnal <address@hidden>
 ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
@@ -3434,7 +3434,7 @@ 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"))
+    (supported-systems '("x86_64-linux" "aarch64-linux"))
     (license license:bsd-3)))
 
 (define-public kaiju



reply via email to

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