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); s='main'>index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/home.scm
AgeCommit message (Expand)Author
2023-03-20home: 'home-environment-with-provenance' uses the HE location info....Sergey Trofimov
2023-03-13home: Export home-environment-packages....Sergey Trofimov
2022-08-19home: Fix docstring....Andrew Tropin
2022-08-01home: Add 'home-generation-base'....Ludovic Courtès
2022-07-17Revert "home: Add 'home-generation-base'."...Tobias Geerinckx-Rice
2022-07-23home: Add 'home-generation-base'....Ludovic Courtès
2021-12-19home: Add gexp-compiler for home-environments....Andrew Tropin
2021-10-09Move (gnu home-services) to (gnu home services)....Oleg Pykhalov
2021-10-08gnu: Move (gnu home-services) to (gnu home services)....Oleg Pykhalov
2021-09-09gnu: home: Add doc comment about the module....Andrew Tropin
2021-09-09home: Add home-environment....Andrew Tropin