me
/
guix
Archived
1
0
Fork 0

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
master
Efraim Flashner 2024-06-30 09:57:51 +03:00
parent 4b67b38a79
commit 623b46c589
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

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