Skip to content

Commit

Permalink
more aws-sdk-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Aug 12, 2024
1 parent 6655962 commit f70de5f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions conda/recipes/kvikio/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ requirements:
- {{ compiler('cuda') }}
{% endif %}
- {{ stdlib("c") }}
- aws-sdk-cpp
host:
- python
- pip
Expand All @@ -70,6 +71,7 @@ requirements:
- numpy >=1.23,<2.0a0
- cupy >=12.0.0
- zarr
- aws-sdk-cpp
# See https://github.com/zarr-developers/numcodecs/pull/475
- numcodecs <0.12.0
- packaging
Expand Down
6 changes: 6 additions & 0 deletions conda/recipes/libkvikio/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ requirements:
{% endif %}
- ninja
- {{ stdlib("c") }}
- aws-sdk-cpp
host:
- cuda-version ={{ cuda_version }}
{% if cuda_major == "11" %}
Expand Down Expand Up @@ -76,6 +77,7 @@ outputs:
- aws-sdk-cpp
host:
- cuda-version ={{ cuda_version }}
- aws-sdk-cpp
run:
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
{% if cuda_major == "11" %}
Expand All @@ -85,6 +87,7 @@ outputs:
{% else %}
- libcufile-dev # [linux]
{% endif %}
- aws-sdk-cpp
test:
commands:
- test -f $PREFIX/include/kvikio/file_handle.hpp
Expand All @@ -108,6 +111,7 @@ outputs:
- cuda-cudart-dev
- libcufile-dev # [linux]
{% endif %}
- aws-sdk-cpp
requirements:
build:
- cmake {{ cmake_version }}
Expand All @@ -120,6 +124,7 @@ outputs:
- cuda-cudart-dev
- libcufile-dev # [linux]
{% endif %}
- aws-sdk-cpp
run:
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
{% if cuda_major == "11" %}
Expand All @@ -129,6 +134,7 @@ outputs:
- cuda-cudart
- libcufile # [linux]
{% endif %}
- aws-sdk-cpp
about:
home: https://rapids.ai
license: Apache-2.0
Expand Down
4 changes: 1 addition & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dependencies:
packages:
- c-compiler
- cxx-compiler
- aws-sdk-cpp # TODO: make optional?
- aws-sdk-cpp
specific:
- output_types: conda
matrices:
Expand Down Expand Up @@ -202,7 +202,6 @@ dependencies:
- output_types: conda
packages:
- nvcomp==3.0.6
- aws-sdk-cpp
specific:
- output_types: conda
matrices:
Expand All @@ -219,7 +218,6 @@ dependencies:
cuda: "12.*"
packages:
- libcufile-dev
- aws-sdk-cpp
- matrix:
arch: aarch64
cuda: "11.*"
Expand Down

0 comments on commit f70de5f

Please sign in to comment.