-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add CUDA 10.0 build #5
Conversation
This shouldn't matter, but for simplicity set the `CUDA_VER` here to match the version of CUDA we intend to use.
…da-forge-pinning 2019.09.08 Now that the Docker image has been changed to use the CUDA 10.0 image, re-render to update the CI configuration files accordingly.
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Oops! That should have been a draft. Marked as WIP. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you make the two versions build from the recipe? You can use a list for docker_image
recipe/meta.yaml
Outdated
@@ -1,5 +1,5 @@ | |||
{% set name = "nvcc" %} | |||
{% set version = environ.get("CUDA_VER", "9.2") %} | |||
{% set version = environ.get("CUDA_VER", "10.0") %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we default to 9.2 instead? Things are generally forward compatible but not necessarily backwards compatible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default here is only to make the linter happy. This is always set to 10.0
by the build.
Yeah I'd prefer that actually, but had difficulty getting this to work when I tried it previously. Do you have a suggestion on how to implement? If so, would you be willing to throw up a quick PR? 🙂 |
You need to replace |
@conda-forge-admin, please re-render. |
Hi! This is the friendly automated conda-forge-webservice. I tried to re-render for you, but it looks like I wasn't able to push to the bld_cuda10.0 branch of jakirkham-feedstocks/nvcc-feedstock. Did you check the "Allow edits from maintainers" box? |
Sorry maybe I'm misunderstanding your suggestion, @isuruf, what still needs to be done here? If you feel comfortable making the change, would welcome it in this PR 🙂 |
@conda-forge-admin, please re-render. |
Hi! This is the friendly automated conda-forge-webservice. I tried to re-render for you, but it looks like I wasn't able to push to the bld_cuda10.0 branch of jakirkham-feedstocks/nvcc-feedstock. Did you check the "Allow edits from maintainers" box? |
@conda-forge-admin, please re-render. |
Hi! This is the friendly automated conda-forge-webservice. I tried to re-render for you, but it looks like I wasn't able to push to the bld_cuda10.0 branch of jakirkham-feedstocks/nvcc-feedstock. Did you check the "Allow edits from maintainers" box? |
@jakirkham, can you manually render? |
Superseded by PR ( #7 ). |
Builds the
nvcc
(shim compiler) package for CUDA 10.0.Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)