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: I0e74347729db5f6c5d26fc88f5a60b5ab45d4381master
parent
4b67b38a79
commit
623b46c589
|
@ -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
|
||||
|
|
Reference in New Issue