Boolean pixel values are no longer supported in VTK 9.2. diff --git a/addons/vtk/test_vtkimage.cc b/addons/vtk/test_vtkimage.cc --- a/addons/vtk/test_vtkimage.cc +++ b/addons/vtk/test_vtkimage.cc @@ -206,7 +206,7 @@ BOOST_AUTO_TEST_CASE_TEMPLATE( test_mhd_write_read, T, type_mhd ) unlink(zrawfilename.str().c_str()); } -#if VTK_MAJOR_VERSION >= 7 +#if VTK_MAJOR_VERSION >= 7 && VTK_MAJOR_VERSION < 9 BOOST_AUTO_TEST_CASE( test_simple_write_read_bool ) { C3DBounds size(2, 3, 4); /> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-gc.service.in
AgeCommit message (Expand)Author
2021-09-20etc: Add systemd files for running ‘guix gc’ periodically...* etc/guix-gc.service.in: New file. * etc/guix-gc.timer: Likewise. * .gitignore: Ignore generated ‘guix-gc.service’. * nix/local.mk (nodist_systemdservice_DATA): Add ‘guix-gc.service’ and ‘guix-gc.timer’. (EXTRA_DIST): Add ‘guix-gc.service.in’ and ‘guix-gc.timer’. * doc/guix.texi (Binary Installation): Mention the new systemd files. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Thiago Jung Bauermann