gnu: vsearch: Restrict supported systems to x86_64-linux.
* gnu/packages/bioinformatics.scm (vsearch)[supported-systems]: Restrict to x86_64-linux. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
b8d953cbbd
commit
6f04e51560
|
@ -2766,6 +2766,9 @@ vectorization as well as multiple threads to perform accurate alignments at
|
||||||
high speed. VSEARCH uses an optimal global aligner (full dynamic programming
|
high speed. VSEARCH uses an optimal global aligner (full dynamic programming
|
||||||
Needleman-Wunsch).")
|
Needleman-Wunsch).")
|
||||||
(home-page "https://github.com/torognes/vsearch")
|
(home-page "https://github.com/torognes/vsearch")
|
||||||
|
;; vsearch uses non-portable SSE intrinsics so building fails on other
|
||||||
|
;; platforms.
|
||||||
|
(supported-systems '("x86_64-linux"))
|
||||||
;; Dual licensed; also includes public domain source.
|
;; Dual licensed; also includes public domain source.
|
||||||
(license (list license:gpl3 license:bsd-2))))
|
(license (list license:gpl3 license:bsd-2))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue