We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
conda-forge.yml
os_version
linux_*
Currently we have the following for linux_64 in conda-forge.yml
linux_64
cudnn-feedstock/conda-forge.yml
Lines 4 to 5 in a0ccd3d
However it would be good to specify all linux_*s there as well. Based on this logic it looks like cos7 for x86_64 and alma8 for aarch64
cos7
x86_64
alma8
aarch64
cudnn-feedstock/recipe/conda_build_config.yaml
Lines 47 to 54 in a0ccd3d
So something like this could be a good starting point
os_version: linux_64: cos7 linux_aarch64: alma8
As follow up, we will want to clear out the conda_build_config.yaml workarounds here
conda_build_config.yaml
Edit - Removed linux_ppc64le above as it was dropped in PR: #84
linux_ppc64le
Edit (2) - Updated linux_aarch64 to alma8
linux_aarch64
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently we have the following for
linux_64
inconda-forge.yml
cudnn-feedstock/conda-forge.yml
Lines 4 to 5 in a0ccd3d
However it would be good to specify all
linux_*
s there as well. Based on this logic it looks likecos7
forx86_64
andalma8
foraarch64
cudnn-feedstock/recipe/conda_build_config.yaml
Lines 47 to 54 in a0ccd3d
So something like this could be a good starting point
As follow up, we will want to clear out the
conda_build_config.yaml
workarounds hereEdit - Removed
linux_ppc64le
above as it was dropped in PR: #84Edit (2) - Updated
linux_aarch64
toalma8
The text was updated successfully, but these errors were encountered: