Skip to content

Commit

Permalink
VTK: limit patches to v8 (spack#42505)
Browse files Browse the repository at this point in the history
* VTK: limit patches to v8

* Finer scrope on patch version applicability
  • Loading branch information
johnwparent authored Feb 14, 2024
1 parent 3be4f4d commit 447c48e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions var/spack/repos/builtin/packages/vtk/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ class Vtk(CMakePackage):
depends_on("gl@1.2:", when="~opengl2")

depends_on("xz")
patch("vtk_find_liblzma.patch", when="@:9.0")
patch("vtk_movie_link_ogg.patch")
patch("vtk_use_sqlite_name_vtk_expects.patch")
patch("vtk_find_liblzma.patch", when="@8.2")
patch("vtk_movie_link_ogg.patch", when="@8.2")
patch("vtk_use_sqlite_name_vtk_expects.patch", when="@8.2")
with when("~osmesa"):
depends_on("glx", when="platform=linux")
depends_on("glx", when="platform=cray")
Expand Down

0 comments on commit 447c48e

Please sign in to comment.