mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-preprocesscore: Disable tests.
* gnu/packages/bioconductor.scm (r-preprocesscore)[arguments]: Disable tests. Change-Id: If3704b4fdf712b8ab65c02f55ed1c0cefc64fc8e
This commit is contained in:
parent
3d8078fa80
commit
8359559cd4
1 changed files with 2 additions and 0 deletions
|
@ -22310,6 +22310,8 @@ (define-public r-preprocesscore
|
|||
(properties
|
||||
`((upstream-name . "preprocessCore")))
|
||||
(build-system r-build-system)
|
||||
;; Tests fail with: "return code from pthread_create() is 22"
|
||||
(arguments (list #:tests? #false))
|
||||
(home-page "https://github.com/bmbolstad/preprocessCore")
|
||||
(synopsis "Collection of pre-processing functions")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue