somexlab / fastddm

Python library for Differential Dynamic Microscopy analysis
https://fastddm.readthedocs.io/
GNU General Public License v3.0
3 stars 0 forks source link

CUDA_VERSION config variable includes also patch #188

Closed enrico-lattuada closed 6 months ago

enrico-lattuada commented 6 months ago

Description The CUDA_VERSION config variable includes also the patch number. When building the CUDA_PATH variable to look for the DLL directory on Windows, this conflicts with the actual CUDA_PATH_VX_Y name.

To Reproduce Steps to reproduce the behavior:

  1. Install the package with CUDA enabled
  2. Import fastddm

Expected behavior The package should be imported with no error.

Desktop (please complete the following information):