conda-forge / librealsense-feedstock

A conda-smithy repository for librealsense.
BSD 3-Clause "New" or "Revised" License
0 stars 7 forks source link

CUDA builds are preferred over CPU builds #41

Open traversaro opened 1 year ago

traversaro commented 1 year ago

Solution to issue cannot be found in the documentation.

Issue

mamba create -n librealsense librealsense

results in the CUDA version being installed. I am not sure this is the indended behaviour.

Installed packages

.

Environment info

.
traversaro commented 1 year ago

Interesting, this is indeed the behaviour intended for jax and pytorch:

However, at the moment in librealsense we were trying to favor the CPU version over the CUDA one (as done in libarrow:

However, for some reason track_features seems to be working fine for libarrow, but not for librealsense, as the cuda version is installed by mamba, while the cpu version is preferred by conda.

So, to reformulate the two question we have are: