add easi 1.6.1 (#50465)

This commit is contained in:
Thomas-Ulrich 2025-05-19 17:51:41 +02:00 committed by GitHub
parent 69e9841262
commit a13557ac94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,7 @@ class Easi(CMakePackage):
license("BSD-3-Clause")
version("master", branch="master")
version("1.6.1", tag="v1.6.1", commit="f79a943e34e1921b169af6504a68928dc626b6a9")
version("1.5.2", tag="v1.5.2", commit="0d87b1a7db31e453d52c7213cb9b31bda88cbf40")
version("1.5.1", tag="v1.5.1", commit="d12f3371ed26c7371e4efcc11e3cd468063ffdda")
version("1.5.0", tag="v1.5.0", commit="391698ab0072f66280d08441974c2bdb04a65ce0")
@ -82,6 +83,9 @@ def cmake_args(self):
if spec.satisfies("jit=lua"):
args.append(self.define("LUA", True))
# Forces easilib over easilib64 in the path to python_wrapper
args.append(self.define("CMAKE_INSTALL_LIBDIR", "lib"))
if spec.satisfies("+python"):
args += [self.define("easi_INSTALL_PYTHONDIR", python_platlib)]