guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: atlas: Remove MIPS from 'supported-systems'.


From: Federico Beffa
Subject: 01/02: gnu: atlas: Remove MIPS from 'supported-systems'.
Date: Mon, 08 Dec 2014 08:55:14 +0000

beffa pushed a commit to branch master
in repository guix.

commit 01480b9e1cd9fca9ca346a8a112e788b1593ab56
Author: Federico Beffa <address@hidden>
Date:   Mon Dec 8 09:30:40 2014 +0100

    gnu: atlas: Remove MIPS from 'supported-systems'.
    
    * gnu/packages/maths.scm (atlas): Drop support for "mips64el-linux".
---
 gnu/packages/maths.scm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index cc068b9..7296d48 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -953,6 +953,9 @@ point numbers")
     (inputs `(("gfortran" ,gfortran-4.8)
               ("lapack-tar" ,(package-source lapack))))
     (outputs '("out" "doc"))
+    ;; For the moment we drop support for MIPS at it fails to compile. See
+    ;; https://lists.gnu.org/archive/html/guix-devel/2014-11/msg00516.html
+    (supported-systems (delete "mips64el-linux" %supported-systems))
     (arguments
      `(#:parallel-build? #f
        #:parallel-tests? #f



reply via email to

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