[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/18: gnu: openlibm: Remove riscv64-linux from supported systems.
From: |
guix-commits |
Subject: |
18/18: gnu: openlibm: Remove riscv64-linux from supported systems. |
Date: |
Mon, 9 Aug 2021 13:33:04 -0400 (EDT) |
efraim pushed a commit to branch wip-riscv
in repository guix.
commit 13ba425513f82b339cf1bcfece1b14f77e0553c0
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 05ac946..20b164f 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4215,7 +4215,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
- 13/18: gnu: mesa: Add support for riscv64-linux., (continued)
- 13/18: gnu: mesa: Add support for riscv64-linux., guix-commits, 2021/08/09
- 14/18: gnu: pcre2: Fix building on riscv64-linux., guix-commits, 2021/08/09
- 15/18: gnu: ruby-2.7: Update to 2.7.4., guix-commits, 2021/08/09
- 02/18: gnu: bootstrap: Add support for riscv64-linux., guix-commits, 2021/08/09
- 09/18: gnu: pcre: Fix building on riscv64-linux., guix-commits, 2021/08/09
- 03/18: gnu: gcc-boot0: Use libstdc++-boot0-gcc7 on riscv64-linux., guix-commits, 2021/08/09
- 05/18: gnu: guile: Fix building on riscv64-linux., guix-commits, 2021/08/09
- 07/18: gnu: bdb: Fix building on riscv64-linux., guix-commits, 2021/08/09
- 10/18: gnu: openssl: Fix build on riscv64-linux., guix-commits, 2021/08/09
- 12/18: gnu: openblas: Fix building on riscv64-linux., guix-commits, 2021/08/09
- 18/18: gnu: openlibm: Remove riscv64-linux from supported systems.,
guix-commits <=
- 11/18: gnu: libtool: Fix building on riscv64-linux., guix-commits, 2021/08/09
- 16/18: gnu: icu4c: Skip tests on riscv64-linux., guix-commits, 2021/08/09
- 01/18: utils: Define 'target-riscv?' predicate., guix-commits, 2021/08/09
- 04/18: gnu: %boot3-inputs: Add missing input., guix-commits, 2021/08/09
- 17/18: gnu: openblas-ilp64: Add riscv64-linux as a supported architecture., guix-commits, 2021/08/09