unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob afcb14e564aecd9cb0218bb97b54973b9bc69aa9 504 bytes (raw)
name: packages/patches/mia-vtk92.patch 	 # note: path name is non-authoritative(*)

 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);

debug log:

solving afcb14e564aecd9cb0218bb97b54973b9bc69aa9 ...
found afcb14e564aecd9cb0218bb97b54973b9bc69aa9 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).