Skip to content

Commit 78b73d5

Browse files
authored
Merge pull request conda-forge#7586 from h-vetinari/cuda_min
also update cuda_compiler_version_min in CUDA 12.9 migrator
2 parents 3a98e7a + 5040d97 commit 78b73d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

recipe/migrations/cuda129.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ __migrator:
4444
cuda_compiler_version: # [((linux and (x86_64 or aarch64)) or win64) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
4545
- 12.9 # [((linux and (x86_64 or aarch64)) or win64) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
4646

47+
cuda_compiler_version_min: # [((linux and (x86_64 or aarch64)) or win64) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
48+
- 12.9 # [((linux and (x86_64 or aarch64)) or win64) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
49+
4750
c_compiler_version: # [(linux and (x86_64 or aarch64)) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
4851
- 14 # [(linux and (x86_64 or aarch64)) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
4952

0 commit comments

Comments
 (0)