guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: openlibm: Remove support for mips.


From: Efraim Flashner
Subject: 02/02: gnu: openlibm: Remove support for mips.
Date: Wed, 21 Sep 2016 19:37:33 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 538c0e3b699a35656b796cdd90b837135b7925da
Author: Efraim Flashner <address@hidden>
Date:   Wed Sep 21 22:32:53 2016 +0300

    gnu: openlibm: Remove support for mips.
    
    * gnu/packages/maths.scm (openlibm)[supported-systems]: New field,
    remove support for mips64el.
---
 gnu/packages/maths.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 44a24ef..1e7f4ca 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1944,6 +1944,8 @@ programming language implementations.  The project was 
born out of a need to
 have a good libm for the Julia programming language that worked consistently
 across compilers and operating systems, and in 32-bit and 64-bit
 environments.")
+    ;; Each architecture has its own make target, and there is none for mips.
+    (supported-systems (delete "mips64el-linux" %supported-systems))
     ;; See LICENSE.md for details.
     (license (list license:expat
                    license:isc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]