I added the following line to the top of driver-api/type-grovel.lisp:
(pkg-config-cflags "cuda" :optional t)
and this fixed a groveler build error on my system due to not being able to find CUDA headers without pkg-config. Since it's optional, seems like it would be safe to add for everyone else as well.
I added the following line to the top of driver-api/type-grovel.lisp:
(pkg-config-cflags "cuda" :optional t)
and this fixed a groveler build error on my system due to not being able to find CUDA headers without pkg-config. Since it's optional, seems like it would be safe to add for everyone else as well.