efraim pushed a commit to branch wip-riscv
in repository guix.
commit d32fa2c656cdd8d9de445b2a27942e34eb395a29
Author: Efraim Flashner <[email protected]>
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 f1283d0..5ee7d9f 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4272,7 +4272,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