gnu: atlas: Remove MIPS from 'supported-systems'.
* gnu/packages/maths.scm (atlas): Drop support for "mips64el-linux".
This commit is contained in:
parent
e1bdb56e3b
commit
01480b9e1c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user