Open code-wd opened 4 years ago
when I build the cython, I open the "bin" file, and when I input "make clean" and "make",i this error occur
I solve the problem by this way: open bin/setup.py change: cudaconfig = {'home':home, 'nvcc':nvcc, 'include': pjoin(home, 'include'), 'lib64': pjoin(home, 'lib64')} To: cudaconfig = {'home':home, 'nvcc':nvcc, 'include': pjoin(home, 'include'), 'lib64': pjoin(home, 'lib')}
^ this worked for me too
when I build the cython, I open the "bin" file, and when I input "make clean" and "make",i this error occur