3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: shogun: Disable build on non-x86_64.

* gnu/packages/machine-learning.scm (shogun)[supported-systems]: Add
  field.
This commit is contained in:
Ricardo Wurmus 2015-11-02 14:08:45 +01:00
parent 46c36586fc
commit 6b5b656f71

View file

@ -278,6 +278,9 @@ sample proximities between pairs of cases.")
("zlib" ,zlib)))
(native-inputs
`(("pkg-config" ,pkg-config)))
;; Non-portable SSE instructions are used so building fails on platforms
;; other than x86_64.
(supported-systems '("x86_64-linux"))
(home-page "http://shogun-toolbox.org/")
(synopsis "Machine learning toolbox")
(description