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.
This commit is contained in:
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

View file

@ -4007,6 +4007,13 @@ (define-public r-bigmemory
(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