Skip to content

Commit

Permalink
ci: some more aws-sdk-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Aug 9, 2024
1 parent ab035a0 commit 25d4fe9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/recipes/kvikio/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ requirements:
- rapids-build-backend >=0.3.0,<0.4.0.dev0
- scikit-build-core >=0.10.0
- libkvikio ={{ version }}
- aws-sdk-cpp
run:
- python
- numpy >=1.23,<2.0a0
Expand Down
2 changes: 2 additions & 0 deletions conda/recipes/libkvikio/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ requirements:
{% else %}
- libcufile-dev # [linux]
{% endif %}
- aws-sdk-cpp

outputs:
- name: libkvikio
Expand All @@ -72,6 +73,7 @@ outputs:
requirements:
build:
- cmake {{ cmake_version }}
- aws-sdk-cpp
host:
- cuda-version ={{ cuda_version }}
run:
Expand Down
2 changes: 2 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ dependencies:
- output_types: conda
packages:
- nvcomp==3.0.6
- aws-sdk-cpp
specific:
- output_types: conda
matrices:
Expand All @@ -218,6 +219,7 @@ dependencies:
cuda: "12.*"
packages:
- libcufile-dev
- aws-sdk-cpp
- matrix:
arch: aarch64
cuda: "11.*"
Expand Down

0 comments on commit 25d4fe9

Please sign in to comment.