~ruther/guix-local

ref: f3d2705f64ac3ef2dcdcd0d48eed413fb1fdab40 guix-local/gnu/packages/patches/mia-vtk92.patch -rw-r--r-- 504 bytes
f3d2705f — Cayetano Santos gnu: ieee-p1076: Move to hdl. 30 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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);