Update package.py (#33787)
Proposing to add myself as a maintainer of the Trilinos Spack package after a related conversation with @kuberry.
This commit is contained in:
parent
078767946c
commit
b10d75b1c6
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Trilinos(CMakePackage, CudaPackage, ROCmPackage):
|
||||||
url = "https://github.com/trilinos/Trilinos/archive/refs/tags/trilinos-release-12-12-1.tar.gz"
|
url = "https://github.com/trilinos/Trilinos/archive/refs/tags/trilinos-release-12-12-1.tar.gz"
|
||||||
git = "https://github.com/trilinos/Trilinos.git"
|
git = "https://github.com/trilinos/Trilinos.git"
|
||||||
|
|
||||||
maintainers = ["keitat", "sethrj", "kuberry"]
|
maintainers = ["keitat", "sethrj", "kuberry", "jwillenbring"]
|
||||||
|
|
||||||
tags = ["e4s"]
|
tags = ["e4s"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue