[med-svn] [Git][med-team/sight][master] Add new patch to build with vtk9.1

Flavien Bridault (@fbridault-guest) gitlab at salsa.debian.org
Tue Jan 25 14:50:32 GMT 2022



Flavien Bridault pushed to branch master at Debian Med / sight


Commits:
73f9812e by Flavien Bridault at 2022-01-25T15:50:20+01:00
Add new patch to build with vtk9.1


- - - - -


3 changed files:

- debian/changelog
- debian/patches/series
- + debian/patches/vtk-remove-deprecated-types.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,7 +1,8 @@
 sight (21.0.0-4) UNRELEASED; urgency=medium
 
   [Flavien Bridault]
-  * d/p/: add patch to build with insighttoolkit5-dev
+  * d/p/: Add patch to build with insighttoolkit5-dev
+    Add patch to build with vtk9-1
 
   [Andreas Tille]
   * Team upload.


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
+vtk-remove-deprecated-types.patch
 fix-itk5-build.patch
 skip-samples-build.patch
 add_missing_includes.patch


=====================================
debian/patches/vtk-remove-deprecated-types.patch
=====================================
@@ -0,0 +1,14 @@
+Author: Flavien Bridault <fbridault at ircad.fr>
+Description: Fixes build with VTK9. Removes deprecated types.
+Bug: https://git.ircad.fr/sight/sight/-/issues/828
+--- sight.orig/libs/io/vtk/vtk.cpp
++++ sight/libs/io/vtk/vtk.cpp
+@@ -135,8 +135,6 @@
+     {VTK_UNSIGNED_INT, core::tools::Type::create("uint32")},
+     {VTK_FLOAT, core::tools::Type::create("float")},
+     {VTK_DOUBLE, core::tools::Type::create("double")},
+-    {VTK___INT64, core::tools::Type::create("int64")},
+-    {VTK_UNSIGNED___INT64, core::tools::Type::create("uint64")},
+     {VTK_LONG_LONG, core::tools::Type::create("int64")},
+     {VTK_UNSIGNED_LONG_LONG, core::tools::Type::create("uint64")},
+ 



View it on GitLab: https://salsa.debian.org/med-team/sight/-/commit/73f9812ef6a90964900744a307d09088c4a5cffb

-- 
View it on GitLab: https://salsa.debian.org/med-team/sight/-/commit/73f9812ef6a90964900744a307d09088c4a5cffb
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220125/43edc353/attachment.htm>


More information about the debian-med-commit mailing list