~ruther/guix-local

01480b9e1cd9fca9ca346a8a112e788b1593ab56 — Federico Beffa 11 years ago e1bdb56
gnu: atlas: Remove MIPS from 'supported-systems'.

* gnu/packages/maths.scm (atlas): Drop support for "mips64el-linux".
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +3 -0
@@ 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