gnu: atlas: Remove MIPS from 'supported-systems'.

* gnu/packages/maths.scm (atlas): Drop support for "mips64el-linux".
master
Federico Beffa 2014-12-08 09:30:40 +01:00
parent e1bdb56e3b
commit 01480b9e1c
1 changed files with 3 additions and 0 deletions

View File

@ -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