# -*- 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.5 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 b6f42dfa1792d0ca840ac5e1343293649d0a140d \ sha256 c26f23c17e749ccf3e2d353a68969aa54d31b8e720dbfdbc2cef16c5d8477e9e \ size 426548 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 }