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

Use {{ stdlib("c") }} (if possible) #50

Closed
jakirkham opened this issue Aug 8, 2024 · 2 comments · Fixed by #54
Closed

Use {{ stdlib("c") }} (if possible) #50

jakirkham opened this issue Aug 8, 2024 · 2 comments · Fixed by #54

Comments

@jakirkham
Copy link
Member

We have sysroot_* in a couple spots in this recipe

requirements:
host:
- sysroot_{{ cross_target_platform }} 2.17.* # [linux]
run:
- cuda-nvcc-dev_{{ cross_target_platform }} {{ version }}.*
- cuda-cudart-dev_{{ cross_target_platform }} {{ cuda_version }}.*
- cuda-driver-dev_{{ cross_target_platform }} {{ cuda_version }}.* # [linux]
- cuda-nvcc-tools {{ version }}.*
- cuda-nvcc-impl {{ version }}.* # [target_platform == cross_target_platform]
- {{ pin_compatible("sysroot_" ~ cross_target_platform) }} # [linux]

In other feedstocks we have changed uses of sysroot_* to {{ stdlib("c") }}. However those used sysroot_{{ target_platform }}

Whereas this feedstock uses sysroot_{{ cross_target_platform }}. So this may not be as easy (or even possible) to change

For now simply filing to track

xref: conda-forge/cuda-feedstock#26

@jakirkham
Copy link
Member Author

@conda-forge-admin , please re-render

@conda-forge-webservices
Copy link
Contributor

Hi! This is the friendly automated conda-forge-webservice.

I just wanted to let you know that I started rerendering the recipe in #54.

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