diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db506dde42..a652f032af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: strategy: fail-fast: false matrix: - vtk_version: [commit, v9.4.0, v9.3.1, v9.2.6] + vtk_version: [commit, v9.4.1, v9.3.1, v9.2.6] static_label: [no-static] include: - vtk_version: commit @@ -80,7 +80,7 @@ jobs: strategy: fail-fast: false matrix: - vtk_version: [commit, v9.4.0, v9.3.1, v9.2.6] + vtk_version: [commit, v9.4.1, v9.3.1, v9.2.6] build_type: [standard] include: - raytracing_label: raytracing @@ -159,7 +159,7 @@ jobs: strategy: fail-fast: false matrix: - vtk_version: [commit, v9.4.0, v9.3.1, v9.2.6] + vtk_version: [commit, v9.4.1, v9.3.1, v9.2.6] runs-on: macos-13 @@ -189,7 +189,7 @@ jobs: strategy: fail-fast: false matrix: - vtk_version: [commit, v9.4.0, v9.3.1] # VTK 9.2.6 not compatible with recent clang version on macOS + vtk_version: [commit, v9.4.1, v9.3.1] # VTK 9.2.6 not compatible with recent clang version on macOS bundle_label: [no-bundle] static_label: [no-static] include: diff --git a/doc/dev/BUILD.md b/doc/dev/BUILD.md index 38c8adfe0e..cd008ab3f2 100644 --- a/doc/dev/BUILD.md +++ b/doc/dev/BUILD.md @@ -7,7 +7,7 @@ please take a look at our [getting started guide](GETTING_STARTED.md). ## Dependencies * [CMake](https://cmake.org) >= 3.1. -* [VTK](https://vtk.org) >= 9.2.6 (9.4.0 recommended). +* [VTK](https://vtk.org) >= 9.2.6 (9.4.1 recommended). * A C++17 compiler. * A CMake-compatible build system (Visual Studio, XCode, Ninja, Make, etc.). * Optionally, [Assimp](https://www.assimp.org/) >= 5.0. @@ -22,7 +22,7 @@ please take a look at our [getting started guide](GETTING_STARTED.md). ## VTK compatibility -As stated in the dependencies, F3D is compatible with VTK >= 9.2.6, however, some features may not be available. We suggest using VTK 9.4.0 with RenderingRayTracing, IOExodus and IOOpenVDB modules enabled in order to get as many features as possible in F3D. +As stated in the dependencies, F3D is compatible with VTK >= 9.2.6, however, some features may not be available. We suggest using VTK 9.4.1 with RenderingRayTracing, IOExodus and IOOpenVDB modules enabled in order to get as many features as possible in F3D. ## Configuration and building