guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/15: gnu: r-pbdmpi: Disable tests.


From: guix-commits
Subject: 10/15: gnu: r-pbdmpi: Disable tests.
Date: Sat, 23 Nov 2024 04:02:52 -0500 (EST)

rekado pushed a commit to branch r-team
in repository guix.

commit 4e93b3dab69205cb27b883518f4fffdb944d4e41
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Nov 23 08:41:14 2024 +0100

    gnu: r-pbdmpi: Disable tests.
    
    * gnu/packages/cran.scm (r-pbdmpi)[arguments]: Only build vignettes.
    
    Change-Id: I7aa190e24fd4172605c773c0508654c42ff0e1fc
---
 gnu/packages/cran.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c830168d9a..34bf1ec1fa 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -42153,8 +42153,11 @@ data you need the @code{pdftools} package.")
     (properties `((upstream-name . "pbdMPI")))
     (build-system r-build-system)
     (arguments
-     `(#:phases
-       (modify-phases %standard-phases
+     (list
+      ;; Tests fail with: "You need at least 2 MPI ranks for this test"
+      #:test-types '(list "vignettes")
+      #:phases
+      `(modify-phases %standard-phases
          (add-before 'install 'mpi-setup
            ,%openmpi-setup))))
     (inputs (list openmpi))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]