ArborX: add v1.1 (#26344)

This commit is contained in:
Daniel Arndt 2021-10-01 11:02:05 -04:00 committed by GitHub
parent 12dc01318e
commit f168d264d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ class Arborx(CMakePackage):
"""ArborX is a performance-portable library for geometric search"""
homepage = "https://github.com/arborx/arborx"
url = "https://github.com/arborx/arborx/archive/v0.9-beta.tar.gz"
url = "https://github.com/arborx/arborx/archive/v1.1.tar.gz"
git = "https://github.com/arborx/arborx.git"
tags = ['e4s']
@ -18,6 +18,7 @@ class Arborx(CMakePackage):
maintainers = ['aprokop']
version('master', branch='master')
version('1.1', sha256='2b5f2d2d5cec57c52f470c2bf4f42621b40271f870b4f80cb57e52df1acd90ce')
version('1.0', sha256='9b5f45c8180622c907ef0b7cc27cb18ba272ac6558725d9e460c3f3e764f1075')
version('0.9-beta', sha256='b349b5708d1aa00e8c20c209ac75dc2d164ff9bf1b85adb5437346d194ba6c0d')
@ -39,6 +40,7 @@ class Arborx(CMakePackage):
variant('trilinos', default=False, description='use Kokkos from Trilinos')
depends_on('cmake@3.12:', type='build')
depends_on('cmake@3.16:', type='build', when='@1.0:')
depends_on('mpi', when='+mpi')
# Standalone Kokkos