[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: ngs-sdk: Remove unsupported systems.
From: |
Andreas Enge |
Subject: |
01/01: gnu: ngs-sdk: Remove unsupported systems. |
Date: |
Sat, 17 Oct 2015 20:43:24 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit a0dadf0cb1c95a30fcba1abc58a0db158a89e8cd
Author: Andreas Enge <address@hidden>
Date: Sat Oct 17 22:42:13 2015 +0200
gnu: ngs-sdk: Remove unsupported systems.
* gnu/packages/bioinformatics.scm (ngs-sdk)[supported-systems]: Keep only
x86
based systems.
---
gnu/packages/bioinformatics.scm | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 74a738e..1a77ebc 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2182,6 +2182,10 @@ viewer.")
(lambda _ (chdir "ngs-sdk") #t)
%standard-phases))))
(native-inputs `(("perl" ,perl)))
+ ;; According to the test
+ ;; unless ($MARCH =~ /x86_64/i || $MARCH =~ /i?86/i)
+ ;; in ngs-sdk/setup/konfigure.perl
+ (supported-systems '("i686-linux" "x86_64-linux"))))
(home-page "https://github.com/ncbi/ngs")
(synopsis "API for accessing Next Generation Sequencing data")
(description