gnu: jellyfish: Enable building on all 64bit platforms.
* gnu/packages/bioinformatics.scm (jellyfish)[supported-systems]: Mark all 64bit platforms as supported. Change-Id: Ia79d8052bf6ff347422e4b1ce38dc379d45a9be6
This commit is contained in:
parent
ab41f5ec1c
commit
4b67b38a79
@ -8391,7 +8391,7 @@ translated into a human-readable text format using the @code{jellyfish dump}
|
|||||||
command, or queried for specific k-mers with @code{jellyfish query}.")
|
command, or queried for specific k-mers with @code{jellyfish query}.")
|
||||||
(home-page "http://www.genome.umd.edu/jellyfish.html")
|
(home-page "http://www.genome.umd.edu/jellyfish.html")
|
||||||
;; JELLYFISH seems to be 64-bit only.
|
;; JELLYFISH seems to be 64-bit only.
|
||||||
(supported-systems '("x86_64-linux" "aarch64-linux" "mips64el-linux"))
|
(supported-systems %64bit-supported-systems)
|
||||||
;; One of these licenses may be picked
|
;; One of these licenses may be picked
|
||||||
(license (list license:gpl3+ license:bsd-3))))
|
(license (list license:gpl3+ license:bsd-3))))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user