me
/
guix
Archived
1
0
Fork 0

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>
Paul A. Patience 2022-04-22 20:26:04 +00:00 committed by Ludovic Courtès
parent a5fec06868
commit 9edc0f3dbb
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 1 deletions

View File

@ -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