guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: randomjungle: Only build on x86_64 and i686.


From: Ricardo Wurmus
Subject: 01/01: gnu: randomjungle: Only build on x86_64 and i686.
Date: Fri, 23 Sep 2016 06:24:02 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 47818201478f30805c13a67e14bf183b02991502
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Sep 23 08:22:09 2016 +0200

    gnu: randomjungle: Only build on x86_64 and i686.
    
    * gnu/packages/machine-learning.scm (randomjungle)[supported-systems]:
    Only build on x86_64 and i686.
---
 gnu/packages/machine-learning.scm |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index b663b4f..7fd0a26 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -267,6 +267,9 @@ networks) based on simulation of (stochastic) flow in 
graphs.")
     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]