Add ECP tags for CoPA and related packages (#26739)

* Add ECP tags for CoPA (and related) packages

* Update CoPA maintainers
This commit is contained in:
Sam Reeve 2021-10-17 10:00:28 -04:00 committed by GitHub
parent b794b5bd4d
commit ba62b691a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 8 deletions

View File

@ -13,7 +13,7 @@ class Arborx(CMakePackage):
url = "https://github.com/arborx/arborx/archive/v1.1.tar.gz" url = "https://github.com/arborx/arborx/archive/v1.1.tar.gz"
git = "https://github.com/arborx/arborx.git" git = "https://github.com/arborx/arborx.git"
tags = ['e4s'] tags = ['e4s', 'ecp']
maintainers = ['aprokop'] maintainers = ['aprokop']

View File

@ -14,9 +14,9 @@ class Cabana(CMakePackage):
git = "https://github.com/ECP-copa/Cabana.git" git = "https://github.com/ECP-copa/Cabana.git"
url = "https://github.com/ECP-copa/Cabana/archive/0.4.0.tar.gz" url = "https://github.com/ECP-copa/Cabana/archive/0.4.0.tar.gz"
maintainers = ["junghans", "sslattery", "streeve"] maintainers = ["junghans", "streeve", "sslattery"]
tags = ['e4s'] tags = ['e4s', 'ecp']
version('master', branch='master') version('master', branch='master')
version('0.4.0', sha256='c347d23dc4a5204f9cc5906ccf3454f0b0b1612351bbe0d1c58b14cddde81e85') version('0.4.0', sha256='c347d23dc4a5204f9cc5906ccf3454f0b0b1612351bbe0d1c58b14cddde81e85')

View File

@ -12,9 +12,11 @@ class Exampm(CMakePackage):
homepage = "https://github.com/ECP-copa/ExaMPM" homepage = "https://github.com/ECP-copa/ExaMPM"
git = "https://github.com/ECP-copa/ExaMPM.git" git = "https://github.com/ECP-copa/ExaMPM.git"
version('master', branch='master') maintainers = ["junghans", "streeve", "sslattery"]
tags = ['proxy-app'] tags = ['proxy-app', 'ecp-proxy-app']
version('master', branch='master')
variant('shared', default=True, description='Build shared libraries') variant('shared', default=True, description='Build shared libraries')

View File

@ -18,12 +18,14 @@ class Exasp2(MakefilePackage):
allowing others to extend and/or reimplement as needed to test performance allowing others to extend and/or reimplement as needed to test performance
of new architectures, programming models, etc.""" of new architectures, programming models, etc."""
tags = ['proxy-app']
homepage = "https://github.com/ECP-copa/ExaSP2" homepage = "https://github.com/ECP-copa/ExaSP2"
url = "https://github.com/ECP-copa/ExaSP2/tarball/v1.0" url = "https://github.com/ECP-copa/ExaSP2/tarball/v1.0"
git = "https://github.com/ECP-copa/ExaSP2.git" git = "https://github.com/ECP-copa/ExaSP2.git"
maintainers = ["junghans"]
tags = ['proxy-app', 'ecp-proxy-app']
version('develop', branch='master') version('develop', branch='master')
version('1.0', sha256='59986ea70391a1b382d2ed22d5cf013f46c0c15e44ed95dcd875a917adfc6211') version('1.0', sha256='59986ea70391a1b382d2ed22d5cf013f46c0c15e44ed95dcd875a917adfc6211')

View File

@ -14,7 +14,7 @@ class Heffte(CMakePackage, CudaPackage, ROCmPackage):
git = "https://bitbucket.org/icl/heffte.git" git = "https://bitbucket.org/icl/heffte.git"
maintainers = ['mkstoyanov'] maintainers = ['mkstoyanov']
tags = ['e4s'] tags = ['e4s', 'ecp']
test_requires_compiler = True test_requires_compiler = True