lua-sol2: add v3.5.0 (#49970)

* sol2: update version

* fix lua version in libpressio

---------

Co-authored-by: Richard Berger <rberger@lanl.gov>
This commit is contained in:
Peter Brady 2025-04-23 14:25:00 -05:00 committed by GitHub
parent 21da90e062
commit 14513ba76f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -262,7 +262,7 @@ class Libpressio(CMakePackage, CudaPackage):
depends_on("zfp", when="+zfp")
depends_on("petsc", when="+petsc")
depends_on("mpi@2:", when="+mpi")
depends_on("lua-sol2", when="+lua")
depends_on("lua-sol2@:3.3.0", when="+lua")
depends_on("libdistributed@0.0.11:", when="+libdistributed")
depends_on("libdistributed@0.4.0:", when="@0.85.0:+libdistributed")
depends_on("pkgconfig", type="build")

View File

@ -17,6 +17,7 @@ class LuaSol2(CMakePackage):
license("MIT")
version("develop", branch="develop")
version("3.5.0", tag="v3.5.0", commit="9190880c593dfb018ccf5cc9729ab87739709862")
version("3.3.0", tag="v3.3.0", commit="eba86625b707e3c8c99bbfc4624e51f42dc9e561")
version("3.2.3", sha256="f74158f92996f476786be9c9e83f8275129bb1da2a8d517d050421ac160a4b9e")
version("3.2.2", sha256="141790dae0c1821dd2dbac3595433de49ba72545845efc3ec7d88de8b0a3b2da")