mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue