-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xSDK policies compatibility #58
Comments
|
|
Corresponding xsdk-project/xsdk-policy-compatibility#34 submitted. Closing this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compatibility with v0.6. Template taken from here.
xSDK Community Policy Compatibility for ArborX
Website: https://github.com/arborx/ArborX
Mandatory Policies
ArborX
is aspack
package: https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/arborx/package.pyArborX
usesCTest
for running comprehensive tests.ArborX
requires C++14 and supports all upcoming backends (CUDA
,HIP
,OpenMPTarget
, andSYCL
)ArborX
doesn't interfere with that.ArborX::version()
andArborX::gitCommitHash()
ArborX
functionality is wrapped in theArborX
namespace, macros start withARBORX_
, header files have the formatArborX_*
.ArborX
doesn't use any IO statements.CMAKE_INSTALL_PREFIX
.CMake
.Recommended Policies
assert()
for critical errors.ArborX
requiresKokkos
which needs to be initialized and finalized at before usingArborX
resp. after usingArborX
CMake
.CMake
.The text was updated successfully, but these errors were encountered: