Add maintainer to Exawind stack and Trilinos (#34174)

* Add maintainer to Nalu-Wind and Trilinos

* Add to trilinos

* Exawind too

* amr-wind too
This commit is contained in:
psakievich 2022-11-28 18:23:17 -07:00 committed by GitHub
parent 23aaaf2d28
commit d15fead30c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ class AmrWind(CMakePackage, CudaPackage, ROCmPackage):
homepage = "https://github.com/Exawind/amr-wind"
git = "https://github.com/Exawind/amr-wind.git"
maintainers = ["jrood-nrel"]
maintainers = ["jrood-nrel", "psakievich"]
tags = ["ecp", "ecp-apps"]

View file

@ -12,7 +12,7 @@ class Exawind(CMakePackage):
homepage = "https://github.com/Exawind/exawind-driver"
git = "https://github.com/Exawind/exawind-driver.git"
maintainers = ["jrood-nrel"]
maintainers = ["jrood-nrel", "psakievich"]
tags = ["ecp", "ecp-apps"]

View file

@ -21,7 +21,7 @@ class NaluWind(CMakePackage, CudaPackage):
homepage = "https://nalu-wind.readthedocs.io"
git = "https://github.com/exawind/nalu-wind.git"
maintainers = ["jrood-nrel"]
maintainers = ["jrood-nrel", "psakievich"]
tags = ["ecp", "ecp-apps"]

View file

@ -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"
git = "https://github.com/trilinos/Trilinos.git"
maintainers = ["keitat", "sethrj", "kuberry", "jwillenbring"]
maintainers = ["keitat", "sethrj", "kuberry", "jwillenbring", "psakievich"]
tags = ["e4s"]