From f057625a0066b377a6c47b1194ced5db8cbef740 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Sat, 31 Jan 2026 07:43:51 +0000 Subject: [PATCH 1/4] Add dependency on cuda-nvvm-impl --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 6faef28..e45abdf 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -46,6 +46,7 @@ outputs: - cuda-version {{ cuda_version }} run: - {{ pin_compatible("cuda-version", max_pin="x.x") }} + - cuda-nvvm-impl test: commands: - test -f $PREFIX/bin/tileiras # [linux] From 78482b4b03740c8fb6e7cdb2dbe643fa861916d9 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Sat, 31 Jan 2026 07:49:55 +0000 Subject: [PATCH 2/4] Bump build number --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e45abdf..056a789 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -22,7 +22,7 @@ source: sha256: {{ sha256 }} build: - number: 1 + number: 2 skip: true # [osx or ppc64le] requirements: From d57c7b744b2a4bcac502621f2ebc1b17ba3b66df Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 23:51:17 +0000 Subject: [PATCH 3/4] MNT: Re-rendered with conda-smithy 3.54.1 and conda-forge-pinning 2026.01.30.18.13.3 --- .ci_support/linux_aarch64_.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.ci_support/linux_aarch64_.yaml b/.ci_support/linux_aarch64_.yaml index bc6ef2f..42b9c8e 100644 --- a/.ci_support/linux_aarch64_.yaml +++ b/.ci_support/linux_aarch64_.yaml @@ -1,5 +1,3 @@ -arm_variant_type: -- sbsa c_compiler: - gcc c_compiler_version: From 3f30e8463fb4808aa98852c25ded8d16dae9f87d Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 2 Feb 2026 10:35:31 -0600 Subject: [PATCH 4/4] Update recipe/meta.yaml Co-authored-by: billysuh7 --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 056a789..e9af107 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -46,7 +46,7 @@ outputs: - cuda-version {{ cuda_version }} run: - {{ pin_compatible("cuda-version", max_pin="x.x") }} - - cuda-nvvm-impl + - cuda-nvcc test: commands: - test -f $PREFIX/bin/tileiras # [linux]