Skip to content
Snippets Groups Projects
Commit a0dadf0c authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: ngs-sdk: Remove unsupported systems.

* gnu/packages/bioinformatics.scm (ngs-sdk)[supported-systems]: Keep only x86
  based systems.
parent 830d170e
No related branches found
No related tags found
No related merge requests found
...@@ -2182,6 +2182,10 @@ (define-public ngs-sdk ...@@ -2182,6 +2182,10 @@ (define-public ngs-sdk
(lambda _ (chdir "ngs-sdk") #t) (lambda _ (chdir "ngs-sdk") #t)
%standard-phases)))) %standard-phases))))
(native-inputs `(("perl" ,perl))) (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") (home-page "https://github.com/ncbi/ngs")
(synopsis "API for accessing Next Generation Sequencing data") (synopsis "API for accessing Next Generation Sequencing data")
(description (description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment