-
Notifications
You must be signed in to change notification settings - Fork 5
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
Managing multiple cudatoolkit versions #8
Comments
Alternatively we might consider a way of including multiple versions in |
Thanks, John! Either solution is good to me. |
FWIW, Numba's fork of the cudatoolkit recipe kept the recipes for different CUDA toolkit versions in folders within one branch: https://github.com/numba/conda-recipe-cudatoolkit |
Another option to consider would be parametrizing the recipe a bit so it can handle building several versions at once using the same build scripts. This might make it easier to keep the different versions up-to-date without winding up with versions missing fixes or going stale. We do something similar with the |
Do you have any thoughts on this @jjhelmus? 🙂 |
I'm open to having branches or folder for each CUDA version or some other option. Branches match the layout used by conda-forge in their feedstocks. |
@jakirkham mentioned that when we do this, we should also backport the ppc64le support (#6) that was merged earlier today. |
I'm wondering if we follow this approach if we can avoid backporting to other branches or having multiple directories. IOW allowing things like |
It would be useful to have branches for the different versions being supported. That way if we need to backport changes from
master
to other versions of thecudatoolkit
package, we can do that.The text was updated successfully, but these errors were encountered: