arborx: fix build with new kokkos-legacy (#16413)

This commit is contained in:
Jean-Laurent Picard 2020-05-01 09:30:27 +02:00 committed by GitHub
parent 7a56e6fce1
commit 4f6c4743e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ def cmake_args(self):
spec = self.spec
options = [
'-DCMAKE_PREFIX_PATH=%s' % spec['kokkos'].prefix,
'-DCMAKE_PREFIX_PATH=%s' % spec['kokkos-legacy'].prefix,
'-DARBORX_ENABLE_TESTS=OFF',
'-DARBORX_ENABLE_EXAMPLES=OFF',
'-DARBORX_ENABLE_BENCHMARKS=OFF',