From 01480b9e1cd9fca9ca346a8a112e788b1593ab56 Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Mon, 8 Dec 2014 09:30:40 +0100 Subject: gnu: atlas: Remove MIPS from 'supported-systems'. * gnu/packages/maths.scm (atlas): Drop support for "mips64el-linux". --- gnu/packages/maths.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index cc068b98c7..7296d48d83 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -953,6 +953,9 @@ (define-public atlas (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 -- cgit v1.2.3