Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEW: Add default values for cuda_compiler on osx and windows #27547

Merged
merged 2 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .ci_support/osx64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ channel_sources:
- conda-forge
target_platform:
- osx-64
cuda_compiler:
- None
cuda_compiler_version:
- None
cuda_compiler_version_min:
- None
6 changes: 6 additions & 0 deletions .ci_support/win64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ channel_sources:
- conda-forge
target_platform:
- win-64
cuda_compiler:
- None
cuda_compiler_version:
- None
cuda_compiler_version_min:
- None
2 changes: 2 additions & 0 deletions recipes/libcal/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ source:

build:
number: 0
skip: true # [cuda_compiler_version in (None, "None")]
skip: true # [not (linux64 or aarch64)]
missing_dso_whitelist:
- "*/libcuda.so.*"
Expand Down Expand Up @@ -113,3 +114,4 @@ about:
extra:
recipe-maintainers:
- conda-forge/cuda
feedstock-name: libcal
2 changes: 2 additions & 0 deletions recipes/libcublasmp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ source:

build:
number: 0
skip: true # [cuda_compiler_version in (None, "None")]
skip: true # [not (linux64 or aarch64)]
script:
- cp -rv include $PREFIX
Expand Down Expand Up @@ -114,3 +115,4 @@ about:
extra:
recipe-maintainers:
- conda-forge/cuda
feedstock-name: libcublasmp