guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: python-vedo: Disable sanity check.


From: guix-commits
Subject: 07/11: gnu: python-vedo: Disable sanity check.
Date: Fri, 6 May 2022 09:23:57 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 9edc0f3dbb5e3ee2459156351f8b0d68d4615a63
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Fri Apr 22 20:26:04 2022 +0000

    gnu: python-vedo: Disable sanity check.
    
    * gnu/packages/python-science.scm (python-vedo)[arguments]: Disable
    sanity check.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/python-science.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 06d3ab6d20..e8d6102d13 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -884,7 +884,11 @@ readable.")
                  (for-each (lambda (dir)
                              (with-directory-excursion dir
                                (invoke "./run_all.sh")))
-                           '("common" "dolfin")))))))))
+                           '("common" "dolfin"))))))
+         ;; Disable the sanity check, which fails with the following error:
+         ;;
+         ;;   ...checking requirements: ERROR: vedo==2021.0.3 
DistributionNotFound(Requirement.parse('vtk'), {'vedo'})
+         (delete 'sanity-check))))
     (inputs        ; for the check phase
      (list fenics
            python-matplotlib



reply via email to

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