me
/
guix
Archived
1
0
Fork 0

gnu: shogun: Disable build on non-x86_64.

* gnu/packages/machine-learning.scm (shogun)[supported-systems]: Add
  field.
master
Ricardo Wurmus 2015-11-02 14:08:45 +01:00
parent 46c36586fc
commit 6b5b656f71
1 changed files with 3 additions and 0 deletions

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