Skip to content

Commit

Permalink
keep a few tests for bdizzy
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Sep 8, 2023
1 parent 063c950 commit 4bd518f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conda/recipes/libcudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ outputs:
- dlpack {{ dlpack_version }}
- gtest {{ gtest_version }}
- gmock {{ gtest_version }}
test:
commands:
- test -f $PREFIX/lib/libcudf.so
- test -f $PREFIX/include/cudf/column/column.hpp
about:
home: https://rapids.ai/
license: Apache-2.0
Expand All @@ -132,6 +136,9 @@ outputs:
run:
- librdkafka {{ librdkafka_version }}
- {{ pin_subpackage('libcudf', exact=True) }}
test:
commands:
- test -f $PREFIX/lib/libcudf_kafka.so
about:
home: https://rapids.ai/
license: Apache-2.0
Expand Down

0 comments on commit 4bd518f

Please sign in to comment.