Robert Maynard
Robert Maynard
The installed version of `spdlogConfigTargets.cmake` includes both the `spdlog::spdlog` and `spdlog::spdlog_header_only` targets. The build directory version only provides the compiled library target, which causes issues for dowstream consumers of the...
## Description This ensures that inside devcontainers, the helper clean commands will also remvoe the jitify2 cache as it is part of the build directory. ## Checklist - [x] I...
Downstream consumers of static built versions of RAPIDS C++ projects have encountered runtime issues due to multiple instances of the same kernel existing in different DSOs. To resolve this issue...
Downstream consumers of static built versions of RAPIDS C++ projects have encountered runtime issues due to multiple instances of the same kernel existing in different DSOs. To resolve this issue...
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? Extension of https://github.com/conda/conda-build/issues/5179 and https://github.com/conda/conda-build/pull/5181/ The computed...
This makes sure that CUVS uses the compile flags that are required for RAPIDS C++ projects.
## Description rapids-cmake cython module has been deprecated since 24.02 and now can be removed in 24.08 This removes the cython module and instead only offers cython-core. ## Checklist -...
## Description Provide a more detailed high level overview of the rapids-cmake cpm functions and what you can do with them Fixes #https://github.com/rapidsai/rapids-cmake/issues/551 ## Checklist - [x] I am familiar...
## Report incorrect documentation The documentation around the usage of rapids-cmake cpm overrides is missing some of the edge cases: 1. `always_download` will be true for any package that is...
Currently projects need to manually generate a build directory config module ( e.g. ) ```cmake include(${rapids-cmake-dir}/cpm/spdlog.cmake) rapids_cpm_spdlog(FMT_OPTION "EXTERNAL_FMT_HO" INSTALL_EXPORT_SET rmm-exports) rapids_export_package(BUILD spdlog rmm-exports) if(spdlog_ADDED) rapids_export( BUILD spdlog EXPORT_SET spdlog GLOBAL_TARGETS...