Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • CamiTK Community Edition CamiTK Community Edition
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • CamiTK
  • CamiTK Community EditionCamiTK Community Edition
  • Merge requests
  • !107

Feature/vtk7 compatibility

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Emmanuel Promayon requested to merge feature/vtk7-compatibility into develop Mar 01, 2019
  • Overview 0
  • Commits 16
  • Pipelines 1
  • Changes 37

The aim of this branch is to provide transparent VTK7 support for the develop branch:

  • if you have VTK6 installed on your machine, everything should work like before
  • if you have VTK7 installed on your machine, everything should work too, with a few more disabled test

Some tests need to be disabled when using VTK7 because as for now we cannot manage multiple version of expected output files (and therefore files that are saved using VTK7 differ from the expected files that were saved using VTK6)

Directory sdk/cmake/ctest/testdatavtk7 contains the expected files that were saved using VTK7.

When CamiTK develop move to VTK7, just move the files of this directory to their respective location. All tests will then pass.

This

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/vtk7-compatibility