Skip to content

Commit 9d0a29a

Browse files
authored
Remove header existence tests. (#1550)
This PR removes header existence tests from the librmm conda recipe to reduce friction when code is moved. Closes #1549. These changes are similar to rapidsai/cudf#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: #1550
1 parent 01ccf97 commit 9d0a29a

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

conda/recipes/librmm/meta.yaml

+1-31
Original file line numberDiff line numberDiff line change
@@ -81,37 +81,7 @@ outputs:
8181
- spdlog {{ spdlog_version }}
8282
test:
8383
commands:
84-
- test -f $PREFIX/include/rmm/logger.hpp
85-
- test -f $PREFIX/include/rmm/cuda_stream.hpp
86-
- test -f $PREFIX/include/rmm/cuda_stream_view.hpp
87-
- test -f $PREFIX/include/rmm/cuda_stream_pool.hpp
88-
- test -f $PREFIX/include/rmm/device_uvector.hpp
89-
- test -f $PREFIX/include/rmm/device_scalar.hpp
90-
- test -f $PREFIX/include/rmm/device_buffer.hpp
91-
- test -f $PREFIX/include/rmm/detail/aligned.hpp
92-
- test -f $PREFIX/include/rmm/detail/error.hpp
93-
- test -f $PREFIX/include/rmm/detail/exec_check_disable.hpp
94-
- test -f $PREFIX/include/rmm/mr/device/detail/arena.hpp
95-
- test -f $PREFIX/include/rmm/mr/device/detail/free_list.hpp
96-
- test -f $PREFIX/include/rmm/mr/device/detail/coalescing_free_list.hpp
97-
- test -f $PREFIX/include/rmm/mr/device/detail/fixed_size_free_list.hpp
98-
- test -f $PREFIX/include/rmm/mr/device/detail/stream_ordered_memory_resource.hpp
99-
- test -f $PREFIX/include/rmm/mr/device/arena_memory_resource.hpp
100-
- test -f $PREFIX/include/rmm/mr/device/binning_memory_resource.hpp
101-
- test -f $PREFIX/include/rmm/mr/device/cuda_memory_resource.hpp
102-
- test -f $PREFIX/include/rmm/mr/device/device_memory_resource.hpp
103-
- test -f $PREFIX/include/rmm/mr/device/fixed_size_memory_resource.hpp
104-
- test -f $PREFIX/include/rmm/mr/device/limiting_resource_adaptor.hpp
105-
- test -f $PREFIX/include/rmm/mr/device/logging_resource_adaptor.hpp
106-
- test -f $PREFIX/include/rmm/mr/device/managed_memory_resource.hpp
107-
- test -f $PREFIX/include/rmm/mr/device/owning_wrapper.hpp
108-
- test -f $PREFIX/include/rmm/mr/device/per_device_resource.hpp
109-
- test -f $PREFIX/include/rmm/mr/device/pool_memory_resource.hpp
110-
- test -f $PREFIX/include/rmm/mr/device/thread_safe_resource_adaptor.hpp
111-
- test -f $PREFIX/include/rmm/mr/device/thrust_allocator_adaptor.hpp
112-
- test -f $PREFIX/include/rmm/mr/host/host_memory_resource.hpp
113-
- test -f $PREFIX/include/rmm/mr/host/new_delete_resource.hpp
114-
- test -f $PREFIX/include/rmm/mr/host/pinned_memory_resource.hpp
84+
- test -d "${PREFIX}/include/rmm"
11585
about:
11686
home: https://rapids.ai/
11787
license: Apache-2.0

0 commit comments

Comments
 (0)