Skip to content

Commit

Permalink
ignore cache cuda-toolkit for all outputs in libcudf
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Mar 4, 2025
1 parent 2771d4b commit a0cd0ac
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion conda/recipes/libcudf/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,15 @@ outputs:
- cuda-nvrtc
- cuda-nvtx
- cuda-version
- cudatoolkit
- flatbuffers
- libcurand
- libkvikio
- librdkafka
- librmm
- nvcomp
- if: cuda_major == "11"
then:
- cudatoolkit
tests:
- script:
- test -f $PREFIX/lib/libcudf.so
Expand Down Expand Up @@ -185,6 +187,9 @@ outputs:
- librdkafka
- librmm
- nvcomp
- if: cuda_major == "11"
then:
- cudatoolkit
tests:
- script:
- test -f $PREFIX/lib/libcudf_kafka.so
Expand Down Expand Up @@ -261,6 +266,9 @@ outputs:
- librdkafka
- librmm
- nvcomp
- if: cuda_major == "11"
then:
- cudatoolkit
about:
homepage: ${{ load_from_file("python/libcudf/pyproject.toml").project.urls.Homepage }}
license: ${{ load_from_file("python/libcudf/pyproject.toml").project.license.text }}
Expand Down Expand Up @@ -318,6 +326,9 @@ outputs:
- librdkafka
- librmm
- nvcomp
- if: cuda_major == "11"
then:
- cudatoolkit
about:
homepage: ${{ load_from_file("python/libcudf/pyproject.toml").project.urls.Homepage }}
license: ${{ load_from_file("python/libcudf/pyproject.toml").project.license.text }}
Expand Down

0 comments on commit a0cd0ac

Please sign in to comment.