chameleon: update to version 1.2.0 (#38936)

This commit is contained in:
fpruvost 2023-07-18 18:57:42 +02:00 committed by GitHub
parent 5b23c5dcc0
commit e47a2a7a65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,12 @@ class Chameleon(CMakePackage, CudaPackage):
"""Dense Linear Algebra for Scalable Multi-core Architectures and GPGPUs"""
homepage = "https://gitlab.inria.fr/solverstack/chameleon"
url = "https://gitlab.inria.fr/solverstack/chameleon/uploads/b299d6037d7636c6be16108c89bc2aab/chameleon-1.1.0.tar.gz"
url = "https://gitlab.inria.fr/api/v4/projects/616/packages/generic/source/v1.2.0/chameleon-1.2.0.tar.gz"
git = "https://gitlab.inria.fr/solverstack/chameleon.git"
maintainers("fpruvost")
version("master", branch="master", submodules=True)
version("1.2.0", sha256="b8988ecbff19c603ae9f61441653c21bba18d040bee9bb83f7fc9077043e50b4")
version("1.1.0", sha256="e64d0438dfaf5effb3740e53f3ab017d12744b85a138b2ef702a81df559126df")
# cmake's specific
@ -48,6 +49,7 @@ class Chameleon(CMakePackage, CudaPackage):
depends_on("pkgconfig", type="build")
with when("runtime=starpu"):
depends_on("starpu@1.3", when="@1.1.0")
depends_on("starpu")
depends_on("starpu~mpi", when="~mpi")
depends_on("starpu+mpi", when="+mpi")