VTK: limit patches to v8 (#42505)
* VTK: limit patches to v8 * Finer scrope on patch version applicability
This commit is contained in:
parent
3be4f4db86
commit
447c48e2fd
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user