TomographicImaging / TIGRE-conda

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

Handle CUDA_PATH correctly #7

Closed gfardell closed 2 months ago

gfardell commented 9 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 8 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 7 months ago

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

gfardell commented 4 months ago

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

gfardell commented 2 months ago

This is an issue with tigre trying to find the cudart library rather than relying on the application.

https://github.com/CERN/TIGRE/issues/579