libristra: depends_on() for lua: allow newer lua versions (#42810)
This commit is contained in:
parent
50562e6a0e
commit
f70af2cc57
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ class Libristra(CMakePackage):
|
|||
depends_on("cmake@3.12:")
|
||||
depends_on("mpi")
|
||||
depends_on("boost@1.70.0: cxxstd=17 +program_options")
|
||||
depends_on("lua@5.3.5~shared", when="~shared_lua")
|
||||
depends_on("lua@5.3.5+shared", when="+shared_lua")
|
||||
depends_on("lua@5.3.5:~shared", when="~shared_lua")
|
||||
depends_on("lua@5.3.5:+shared", when="+shared_lua")
|
||||
# TODO: might want to move paraview out of libristra
|
||||
depends_on("paraview", when="+paraview")
|
||||
# We explicitly depend on gtest and can no longer rely on others for it
|
||||
|
|
Loading…
Reference in a new issue