gnu: randomjungle: Only build on x86_64 and i686.

* gnu/packages/machine-learning.scm (randomjungle)[supported-systems]:
Only build on x86_64 and i686.
This commit is contained in:
Ricardo Wurmus 2016-09-23 08:22:09 +02:00
parent fc3b2cbb04
commit 4781820147
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -267,6 +267,9 @@ (define-public randomjungle
(native-inputs
`(("gfortran" ,gfortran)
("gfortran:lib" ,gfortran "lib")))
;; Non-portable assembly instructions are used so building fails on
;; platforms other than x86_64 or i686.
(supported-systems '("x86_64-linux" "i686-linux"))
(home-page "http://www.imbs-luebeck.de/imbs/de/node/227/")
(synopsis "Implementation of the Random Forests machine learning method")
(description