vtk: relax seacas dependency
This commit is contained in:
parent
a43df598a1
commit
5e7832d832
@ -207,10 +207,9 @@ class Vtk(CMakePackage):
|
||||
depends_on("seacas+mpi", when="+mpi")
|
||||
depends_on("seacas~mpi", when="~mpi")
|
||||
depends_on("seacas@2021-05-12:2022-10-14", when="@9.1")
|
||||
# vtk@9.2: need Ioss::Utils::get_debug_stream() which only 2022-10-14 provides,
|
||||
# and to be safe against other issues, make them build with this version only:
|
||||
depends_on("seacas@2022-10-14", when="@9.2:9.3")
|
||||
depends_on("seacas@2024-06-27", when="@9.4:")
|
||||
# vtk@9.2: need Ioss::Utils::get_debug_stream() which 2022-10-14 and later provide
|
||||
depends_on("seacas@2022-10-14:", when="@9.2:9.3")
|
||||
depends_on("seacas@2024-06-27:", when="@9.4:")
|
||||
|
||||
depends_on("nlohmann-json", when="@9.2:")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user