TomographicImaging / TIGRE-conda

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Handle CUDA_PATH correctly #7

Open gfardell opened 6 months ago

gfardell commented 6 months ago

https://github.com/TomographicImaging/CIL/issues/1596

I seem to recall a way to set environment variables for an enviroment inside the meta.yaml.

Failing that we should use scripts in activate.d and deactivated.d

gfardell commented 5 months ago

conda env config vars set CUDA_PATH="X"

might work. But I'm not sure that the cudatoolit package is actually installing the cudart libraries on windows.

gfardell commented 4 months ago

For context this is on a windows installation of the tigre conda package. This appears to be handled with linux.

gfardell commented 1 month ago

https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#setting-environment-variables