dannym pushed a commit to branch wip-desktop in repository guix. commit 251f9fc5692f215e1053b29efadccdd0bfc91cc7 Author: Raghav Gururajan <raghavgurura...@disroot.org> AuthorDate: Sat Aug 1 07:07:23 2020 -0400
gnu: opencv: Disable structured_light test. * gnu/packages/image-processing.scm (opencv): Disable structured_light test. [arguments]<#:phases>['disable-broken-tests]: Modify phase. Signed-off-by: Danny Milosavljevic <dan...@scratchpost.org> --- gnu/packages/image-processing.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index ea63801..829cec5 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -329,6 +329,8 @@ integrates with various databases on GUI toolkits such as Qt and Tk.") (("(TEST\\(Viz, )([a-z].*\\).*)" all pre post) (string-append pre "DISABLED_" post))) + (delete-file-recursively "../opencv-contrib/modules/structured_light/test") + ;; This one fails with "unknown file: Failure" ;; But I couldn't figure out which file was missing: (substitute* "../opencv-contrib/modules/face/test/test_face_align.cpp"