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:
parent
23aaaf2d28
commit
d15fead30c
4 changed files with 4 additions and 4 deletions
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue