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

Dropping cuda-cudart_{{ target_platform }} from requirements/run #16

Closed
jakirkham opened this issue Dec 14, 2023 · 0 comments · Fixed by #17
Closed

Dropping cuda-cudart_{{ target_platform }} from requirements/run #16

jakirkham opened this issue Dec 14, 2023 · 0 comments · Fixed by #17

Comments

@jakirkham
Copy link
Member

Recently cuda-cudart_{{ target_platform }} was added as a workaround to an overlinking (or really underlinking) error with cuda-cudart on Windows ( conda-forge/cuda-cudart-feedstock#13 )

Since then the upstream issue was fixed, so it should be possible to revert this workaround. Namely dropping this line from the recipe/meta.yaml:

- cuda-cudart_{{ target_platform }} {{ cuda_compiler_version }} # [(cuda_compiler_version or "").startswith("12") and win]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant