1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-25 02:21:49 +02:00

gnu: wiredtiger: Enable building on more platforms.

* gnu/packages/databases.scm (wiredtiger)[supported-systems]: Mark all
64bit platforms as supported except riscv64-linux.

Change-Id: I0e74347729db5f6c5d26fc88f5a60b5ab45d4381
This commit is contained in:
Efraim Flashner
2024-06-30 09:57:51 +03:00
parent 4b67b38a79
commit 623b46c589
+1 -1
View File
@@ -2845,7 +2845,7 @@ more efficient access and storage of column subsets) and log-structured merge
trees (LSM), for sustained throughput under random insert workloads.")
(license license:gpl3) ; or GPL-2
;; configure.ac: WiredTiger requires a 64-bit build.
(supported-systems '("x86_64-linux" "mips64el-linux" "aarch64-linux"))))
(supported-systems (delete "riscv64-linux" %64bit-supported-systems))))
(define-public wiredtiger-3
(package