cl-cuda icon indicating copy to clipboard operation
cl-cuda copied to clipboard

Add :WINDOWS clause to CFFI:DEFINE-FOREIGN-LIBRARY.

Open takagi opened this issue 8 years ago • 0 comments

Add :WINDOWS clause to CFFI:DEFINE-FOREIGN-LIBRARY.

 (cffi:define-foreign-library libcuda
+   (:windows "nvcuda.dll")
    (:darwin (:framework "CUDA"))
    (:unix (:or "libcuda.so" "libcuda64.so")))

takagi avatar Jul 02 '16 07:07 takagi