From 9d0a29a4e2d76b2ec0437282373df690572c1dfc Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 1 May 2024 17:47:56 -0500 Subject: [PATCH] Remove header existence tests. (#1550) This PR removes header existence tests from the librmm conda recipe to reduce friction when code is moved. Closes https://github.com/rapidsai/rmm/issues/1549. These changes are similar to https://github.com/rapidsai/cudf/pull/14072. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Mark Harris (https://github.com/harrism) - Lawrence Mitchell (https://github.com/wence-) - Ray Douglass (https://github.com/raydouglass) URL: https://github.com/rapidsai/rmm/pull/1550 --- conda/recipes/librmm/meta.yaml | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/conda/recipes/librmm/meta.yaml b/conda/recipes/librmm/meta.yaml index 0d3bd0add..403f7c8c1 100644 --- a/conda/recipes/librmm/meta.yaml +++ b/conda/recipes/librmm/meta.yaml @@ -81,37 +81,7 @@ outputs: - spdlog {{ spdlog_version }} test: commands: - - test -f $PREFIX/include/rmm/logger.hpp - - test -f $PREFIX/include/rmm/cuda_stream.hpp - - test -f $PREFIX/include/rmm/cuda_stream_view.hpp - - test -f $PREFIX/include/rmm/cuda_stream_pool.hpp - - test -f $PREFIX/include/rmm/device_uvector.hpp - - test -f $PREFIX/include/rmm/device_scalar.hpp - - test -f $PREFIX/include/rmm/device_buffer.hpp - - test -f $PREFIX/include/rmm/detail/aligned.hpp - - test -f $PREFIX/include/rmm/detail/error.hpp - - test -f $PREFIX/include/rmm/detail/exec_check_disable.hpp - - test -f $PREFIX/include/rmm/mr/device/detail/arena.hpp - - test -f $PREFIX/include/rmm/mr/device/detail/free_list.hpp - - test -f $PREFIX/include/rmm/mr/device/detail/coalescing_free_list.hpp - - test -f $PREFIX/include/rmm/mr/device/detail/fixed_size_free_list.hpp - - test -f $PREFIX/include/rmm/mr/device/detail/stream_ordered_memory_resource.hpp - - test -f $PREFIX/include/rmm/mr/device/arena_memory_resource.hpp - - test -f $PREFIX/include/rmm/mr/device/binning_memory_resource.hpp - - test -f $PREFIX/include/rmm/mr/device/cuda_memory_resource.hpp - - test -f $PREFIX/include/rmm/mr/device/device_memory_resource.hpp - - test -f $PREFIX/include/rmm/mr/device/fixed_size_memory_resource.hpp - - test -f $PREFIX/include/rmm/mr/device/limiting_resource_adaptor.hpp - - test -f $PREFIX/include/rmm/mr/device/logging_resource_adaptor.hpp - - test -f $PREFIX/include/rmm/mr/device/managed_memory_resource.hpp - - test -f $PREFIX/include/rmm/mr/device/owning_wrapper.hpp - - test -f $PREFIX/include/rmm/mr/device/per_device_resource.hpp - - test -f $PREFIX/include/rmm/mr/device/pool_memory_resource.hpp - - test -f $PREFIX/include/rmm/mr/device/thread_safe_resource_adaptor.hpp - - test -f $PREFIX/include/rmm/mr/device/thrust_allocator_adaptor.hpp - - test -f $PREFIX/include/rmm/mr/host/host_memory_resource.hpp - - test -f $PREFIX/include/rmm/mr/host/new_delete_resource.hpp - - test -f $PREFIX/include/rmm/mr/host/pinned_memory_resource.hpp + - test -d "${PREFIX}/include/rmm" about: home: https://rapids.ai/ license: Apache-2.0