mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
1684018e11
commit
c669f5ca4d
1 changed files with 7 additions and 4 deletions
|
@ -8903,11 +8903,14 @@ large number of image formats.")
|
|||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'disable-failing-tests
|
||||
(lambda _
|
||||
(substitute* "tests/CMakeLists.txt"
|
||||
;; Two tests fail with SegFAilt: "Cannot allocate GPU memory:
|
||||
;; The processing function library was compiled without CUDA
|
||||
;; support".
|
||||
(substitute* "tests/CMakeLists.txt"
|
||||
(("clean") "# clean")))))))
|
||||
(("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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue