chameleon: add maintainers information (#30472)

This commit is contained in:
fpruvost 2022-05-04 16:57:44 +02:00 committed by GitHub
parent 2418cfb79b
commit 7ad5ca2cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ class Chameleon(CMakePackage, CudaPackage):
homepage = "https://gitlab.inria.fr/solverstack/chameleon" 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/solverstack/chameleon/uploads/b299d6037d7636c6be16108c89bc2aab/chameleon-1.1.0.tar.gz"
git = "https://gitlab.inria.fr/solverstack/chameleon.git" git = "https://gitlab.inria.fr/solverstack/chameleon.git"
maintainers = ['fpruvost']
version('master', branch='master', submodules=True) version('master', branch='master', submodules=True)
version('1.1.0', 'e64d0438dfaf5effb3740e53f3ab017d12744b85a138b2ef702a81df559126df') version('1.1.0', 'e64d0438dfaf5effb3740e53f3ab017d12744b85a138b2ef702a81df559126df')