You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like it is possible for wcb to get all the way to building cuda/ subpackage while having an empty string set for the nvcc compiler.
Errors from wcb are like:
Exception: ['-shared', '-Xcompiler', '-fPIC', '-I.', '-Icuda/inc', '-I../cuda/inc', '../cuda/src/simplecudatest.cu', '-c', '-o', 'cuda/src/simplecudatest.cu.2.o']
...
FileNotFoundError: [Errno 2] No such file or directory: '-shared'
It is not clear if this is a failure in the waft/ detection of CUDA or something else.
If CUDA support is not required, the simplest work-around for now is to not build the cuda/ sub-package even if CUDA is (half) detected. This is done with the option:
It looks like it is possible for
wcb
to get all the way to buildingcuda/
subpackage while having an empty string set for thenvcc
compiler.Errors from
wcb
are like:It is not clear if this is a failure in the
waft/
detection of CUDA or something else.If CUDA support is not required, the simplest work-around for now is to not build the
cuda/
sub-package even if CUDA is (half) detected. This is done with the option:The text was updated successfully, but these errors were encountered: