3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/maths.scm (atlas): Drop support for "mips64el-linux".
This commit is contained in:
Federico Beffa 2014-12-08 09:30:40 +01:00
parent e1bdb56e3b
commit 01480b9e1c

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