guix-commits
[Top][All Lists]
Advanced

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

13/37: gnu: openlibm: Remove riscv64-linux from supported systems.


From: guix-commits
Subject: 13/37: gnu: openlibm: Remove riscv64-linux from supported systems.
Date: Tue, 2 Nov 2021 03:27:11 -0400 (EDT)

efraim pushed a commit to branch wip-riscv
in repository guix.

commit 0b63acec84f96552211febe7e6e5475c44ef0a53
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Aug 8 16:41:29 2021 +0300

    gnu: openlibm: Remove riscv64-linux from supported systems.
    
    * gnu/packages/maths.scm (openlibm)[supported-systems]: Remove
    riscv64-linux.
---
 gnu/packages/maths.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index de95e1f..ef61b5e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4634,7 +4634,8 @@ 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))
+    (supported-systems (fold delete %supported-systems
+                             '("mips64el-linux" "riscv64-linux")))
     ;; See LICENSE.md for details.
     (license (list license:expat
                    license:isc



reply via email to

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