Closed jakirkham closed 5 years ago
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 (recipe
) and found it was in an excellent condition.
@jakirkham so if I'm understanding this correctly this is to protect against say:
$(base) conda activate environment_1
$(environment_1) conda activate environment_2
Where both environment_1 and environment_2 have the nvcc package?
Almost. It protects against this. Possibly with other steps in-between.
conda activate environment_1
conda activate environment_1
As the
libcuda.so
symlink could have been added during a previous activation (and deactivation may not have occurred yet, like logging out), the symlink may already be there when we try to create it. In this case, just go ahead and forcibly overwrite the symlink with a new one.Checklist
0
(if the version changed)conda-smithy
(Use the phrase code>@<space/conda-forge-admin, please rerender in a comment in this PR for automated rerendering)Note: Re-rendering is currently broken for this feedstock. ( https://github.com/conda-forge/nvcc-feedstock/issues/18 ) So not handling that in this PR.