guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: star: Restrict supported systems to 64-bit systems.


From: Ben Woodcroft
Subject: 01/01: gnu: star: Restrict supported systems to 64-bit systems.
Date: Fri, 8 Jul 2016 12:10:28 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit c11f79a49ee64800c44929ec072e9b1f8b0765d0
Author: Ben Woodcroft <address@hidden>
Date:   Fri Jul 8 22:08:16 2016 +1000

    gnu: star: Restrict supported systems to 64-bit systems.
    
    * gnu/packages/bioinformatics.scm (star)[supported-systems]: Restrict to
    x86_64-linux and mips64el-linux.
---
 gnu/packages/bioinformatics.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 012deaa..03e7584 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3863,6 +3863,8 @@ by seed clustering and stitching procedure.  In addition 
to unbiased de novo
 detection of canonical junctions, STAR can discover non-canonical splices and
 chimeric (fusion) transcripts, and is also capable of mapping full-length RNA
 sequences.")
+    ;; Only 64-bit systems are supported according to the README.
+    (supported-systems '("x86_64-linux" "mips64el-linux"))
     ;; STAR is licensed under GPLv3 or later; htslib is MIT-licensed.
     (license license:gpl3+)))
 



reply via email to

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