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:
parent
b794b5bd4d
commit
ba62b691a6
@ -13,7 +13,7 @@ class Arborx(CMakePackage):
|
||||
url = "https://github.com/arborx/arborx/archive/v1.1.tar.gz"
|
||||
git = "https://github.com/arborx/arborx.git"
|
||||
|
||||
tags = ['e4s']
|
||||
tags = ['e4s', 'ecp']
|
||||
|
||||
maintainers = ['aprokop']
|
||||
|
||||
|
@ -14,9 +14,9 @@ class Cabana(CMakePackage):
|
||||
git = "https://github.com/ECP-copa/Cabana.git"
|
||||
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('0.4.0', sha256='c347d23dc4a5204f9cc5906ccf3454f0b0b1612351bbe0d1c58b14cddde81e85')
|
||||
|
@ -12,9 +12,11 @@ class Exampm(CMakePackage):
|
||||
homepage = "https://github.com/ECP-copa/ExaMPM"
|
||||
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')
|
||||
|
||||
|
@ -18,12 +18,14 @@ class Exasp2(MakefilePackage):
|
||||
allowing others to extend and/or reimplement as needed to test performance
|
||||
of new architectures, programming models, etc."""
|
||||
|
||||
tags = ['proxy-app']
|
||||
|
||||
homepage = "https://github.com/ECP-copa/ExaSP2"
|
||||
url = "https://github.com/ECP-copa/ExaSP2/tarball/v1.0"
|
||||
git = "https://github.com/ECP-copa/ExaSP2.git"
|
||||
|
||||
maintainers = ["junghans"]
|
||||
|
||||
tags = ['proxy-app', 'ecp-proxy-app']
|
||||
|
||||
version('develop', branch='master')
|
||||
version('1.0', sha256='59986ea70391a1b382d2ed22d5cf013f46c0c15e44ed95dcd875a917adfc6211')
|
||||
|
||||
|
@ -14,7 +14,7 @@ class Heffte(CMakePackage, CudaPackage, ROCmPackage):
|
||||
git = "https://bitbucket.org/icl/heffte.git"
|
||||
|
||||
maintainers = ['mkstoyanov']
|
||||
tags = ['e4s']
|
||||
tags = ['e4s', 'ecp']
|
||||
|
||||
test_requires_compiler = True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user