me
/
guix
Archived
1
0
Fork 0

gnu: r-bigmemory: Remove several supported systems.

Where the package consistently fails to build.

* gnu/packages/statistics.scm (r-bigmemory)[supported-systems]: Remove
armhf-linux, aarch64-linux and powerpc64le-linux.
master
Christopher Baines 2023-05-04 14:47:41 +01:00
parent 08acdd0765
commit f56d37658e
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 7 additions and 0 deletions

View File

@ -4007,6 +4007,13 @@ message passing.")
(list r-bh r-bigmemory-sri r-rcpp r-uuid))
(inputs
(list `(,util-linux "lib"))) ;for -luuid
(supported-systems
(fold delete
%supported-systems
;; Build fails on these systems
'("armhf-linux"
"aarch64-linux"
"powerpc64le-linux")))
(home-page "http://www.bigmemory.org")
(synopsis "Manage large matrices with shared memory or memory-mapped files")
(description "This package provides methods to create, store, access, and