guix-commits
[Top][All Lists]
Advanced

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

17/24: gnu: openlibm: Remove riscv64-linux from supported systems.


From: guix-commits
Subject: 17/24: gnu: openlibm: Remove riscv64-linux from supported systems.
Date: Fri, 20 Aug 2021 10:20:39 -0400 (EDT)

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

commit c7ce4ace0127197c8457c70c51ab64dae774a6e0
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 895a04f..d297cc5 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4254,7 +4254,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]