mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
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:
parent
08acdd0765
commit
f56d37658e
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue