cl-cuda
cl-cuda copied to clipboard
error when loading
Component ASDF/USER::CFFI-GROVEL not found
Would you show me your OS and CL implementation?
Like:
> (lisp-implementation-type)
"SBCL"
> (lisp-implementation-version)
"1.2.11"
and
$ uname -a
Darwin MacBookPro.local 13.4.0 Darwin Kernel Version 13.4.0: Wed Mar 18 16:20:14 PDT 2015; root:xnu-2422.115.14~1/RELEASE_X86_64 x86_64
I wonder why ASDF/USER::CFFI-GROVEL is referenced.
I've reproduced the problem and will fix soon.
I've fixed it. Sorry for the inconvenience.
I found that it was not fixed. The same problem is reported here:
https://github.com/quicklisp/quicklisp-client/issues/108
As a working around, please install CFFI explicitly before using cl-cuda:
(ql:quickload :cffi)
I will mention about it on README.