-
-
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
Activate script in conda package contains hardcoded /usr/local/cuda #11
Comments
Those values are currently generated from the |
As someone who bounces between multiple installed CUDA versions, I would be in favor of moving the |
I raised this issue in conda-forge/staged-recipes#8229 and @jakirkham mentioned that he did not want to support building outside of the conda-forge docker image. But we should support that in my opinion. |
If there are other people willing to handle issues that come up from this addition, I wouldn't be opposed to seeing things become more flexible. |
Issue:
The activate script in conda package, say in https://anaconda.org/conda-forge/nvcc_linux-64/10.1/download/linux-64/nvcc_linux-64-10.1-h3d80acd_0.tar.bz2, contains hardcoded
/usr/local/cuda
and ignoresCUDA_HOME
environment variable:It looks like install_nvcc.sh (that creates the activate script) should escape using
CUDA_HOME
when building the conda package.The text was updated successfully, but these errors were encountered: