# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup github 1.0 PortGroup cmake 1.1 name arborx github.setup arborx ArborX 1.6 v revision 0 categories math platforms any supported_archs noarch license BSD maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer description An open-source library designed to provide \ performance portable algorithms for geometric search long_description ArborX is {*}${description}. checksums rmd160 92ea1c391176cf8b0b3eb355fd2af0b0d6a1f5ce \ sha256 c2230de185d62f1999d36c6b8b92825f19ab9fbf30bdae90595cab04e76561a4 \ size 437155 github.tarball_from archive depends_lib-append path:lib/libkokkoscore.dylib:kokkos # Without this clang cannot find Kokkos: compiler.cxx_standard 2017 compiler.openmp_version 4.0 variant tests description {Enable tests} { PortGroup boost 1.0 configure.args-append -DARBORX_ENABLE_TESTS=ON test.run yes }