mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: hdf5-parallel-openmpi: Skip flaky tests.
* gnu/packages/maths.scm (hdf5-parallel-openmpi)[arguments]: Add ‘skip-sloppy-tests’ phase. Change-Id: Ic8513272585881f18baa20c82705275149001c66
This commit is contained in:
parent
a7a710cb4b
commit
2dd09c786c
1 changed files with 9 additions and 1 deletions
|
@ -2196,7 +2196,15 @@ Swath).")
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
#~(modify-phases #$phases
|
#~(modify-phases #$phases
|
||||||
(add-after 'build 'mpi-setup
|
(add-after 'build 'mpi-setup
|
||||||
#$%openmpi-setup)))))
|
#$%openmpi-setup)
|
||||||
|
(add-after 'unpack 'skip-sloppy-tests
|
||||||
|
(lambda _
|
||||||
|
;; XXX: The three tests below often fail for no clear reason
|
||||||
|
;; (timeout or actual failure). Comment them out (there's one
|
||||||
|
;; test per line in this file).
|
||||||
|
(substitute* "testpar/CMakeLists.txt"
|
||||||
|
(("(t_pmulti_dset|t_shapesame|t_filters_parallel)" _ test)
|
||||||
|
(string-append "# " test "\n")))))))))
|
||||||
(synopsis "Management suite for data with parallel IO support")))
|
(synopsis "Management suite for data with parallel IO support")))
|
||||||
|
|
||||||
(define-public hdf5-blosc
|
(define-public hdf5-blosc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue