Skip to content

Commit

Permalink
librmm v23.02.00 (conda-forge#39)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jun 2, 2023
2 parents 4bae48e + 6103ac4 commit b0d2d6c
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 33 deletions.
16 changes: 8 additions & 8 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
4 changes: 2 additions & 2 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 13 additions & 9 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,50 +5,54 @@ arm_variant_type: # [aarch64]
# and win64 builds are already handled in the conda-forge-pinning feedstock. Once we
# migrate to enable CUDA builds on all supported platforms, these can be removed too.

docker_image: # [os.environ.get("BUILD_PLATFORM", "").startswith("linux")]
docker_image: # [(ppc64le or aarch64) and os.environ.get("BUILD_PLATFORM", "").startswith("linux")]
- quay.io/condaforge/linux-anvil-ppc64le-cuda:10.2 # [ppc64le and os.environ.get("BUILD_PLATFORM") == "linux-ppc64le"]
- quay.io/condaforge/linux-anvil-ppc64le-cuda:11.0 # [ppc64le and os.environ.get("BUILD_PLATFORM") == "linux-ppc64le"]
- quay.io/condaforge/linux-anvil-ppc64le-cuda:11.1 # [ppc64le and os.environ.get("BUILD_PLATFORM") == "linux-ppc64le"]
- quay.io/condaforge/linux-anvil-aarch64-cuda:11.0 # [aarch64 and os.environ.get("BUILD_PLATFORM") == "linux-aarch64"]
- quay.io/condaforge/linux-anvil-aarch64-cuda:11.1 # [aarch64 and os.environ.get("BUILD_PLATFORM") == "linux-aarch64"]

c_compiler_version: # [linux]
c_compiler_version: # [ppc64le or aarch64]
- 9 # [ppc64le]
- 9 # [ppc64le]
- 9 # [ppc64le]
- 9 # [aarch64]
- 9 # [aarch64]
cxx_compiler_version: # [linux]
cxx_compiler_version: # [ppc64le or aarch64]
- 9 # [ppc64le]
- 9 # [ppc64le]
- 9 # [ppc64le]
- 9 # [aarch64]
- 9 # [aarch64]
fortran_compiler_version: # [linux]
fortran_compiler_version: # [ppc64le or aarch64]
- 9 # [ppc64le]
- 9 # [ppc64le]
- 9 # [ppc64le]
- 9 # [aarch64]
- 9 # [aarch64]

cuda_compiler:
- nvcc
cuda_compiler: # [ppc64le or aarch64]
- nvcc # [ppc64le]
- nvcc # [ppc64le]
- nvcc # [ppc64le]
- nvcc # [aarch64]
- nvcc # [aarch64]

cuda_compiler_version:
cuda_compiler_version: # [ppc64le or aarch64]
- 10.2 # [ppc64le]
- 11.0 # [ppc64le]
- 11.1 # [ppc64le]
- 11.0 # [aarch64]
- 11.1 # [aarch64]

cudnn:
cudnn: # [ppc64le or aarch64]
- 8 # [ppc64le]
- undefined # [ppc64le]
- undefined # [ppc64le]
- undefined # [aarch64]
- undefined # [aarch64]

cdt_name: # [linux]
cdt_name: # [ppc64le or aarch64]
- cos7 # [ppc64le]
- cos7 # [ppc64le]
- cos7 # [ppc64le]
Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "librmm" %}
{% set version = "22.12.00" %}
{% set version = "23.02.00" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
- url: https://github.com/rapidsai/rmm/archive/refs/tags/v{{ version }}.tar.gz
sha256: 5eb53d9b437d83a001869f5bef6d272b1d50d9b524df1cee833bc91b7576f65b
sha256: 41dcdf9e2e37ea1c0025fca231897c0e71be16010aa1531a4b793072d1b1a028
folder: rmm

build:
Expand Down

0 comments on commit b0d2d6c

Please sign in to comment.