guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 202c8088e144040220b178e63ad2c5fba8156a50 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Tue Jul 22 16:52:53 2025 +0100 gnu: ska-sdp-func: Skip more tests. * gnu/packages/astronomy.scm (ska-sdp-func) [phases] {disable-failing-tests}: Add more to the list. Change-Id: I57326b094542ace4e1b96dc81d9538d6e62446ef --- gnu/packages/astronomy.scm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 97cf289bc1..f5dd1234b0 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -8903,11 +8903,14 @@ large number of image formats.") #~(modify-phases %standard-phases (add-after 'unpack 'disable-failing-tests (lambda _ - ;; Two tests fail with SegFAilt: "Cannot allocate GPU memory: - ;; The processing function library was compiled without CUDA - ;; support". (substitute* "tests/CMakeLists.txt" - (("clean") "# clean"))))))) + ;; Two tests fail with SegFAilt: "Cannot allocate GPU memory: + ;; The processing function library was compiled without CUDA + ;; support". + (("clean") "# clean") + ;; test_weighting fails with error: sdp_weighting_uniform: + ;; Expected 'output_weight' not to be read-only. + (("visibility") "# visibility"))))))) (home-page "https://developer.skao.int/projects/ska-sdp-func/en/latest/") (synopsis "SDP Processing Function Library") (description
