提交 c82494ec authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Don't link with libcompyte twice (pygpu is already linked).

上级 e0701ccd
...@@ -159,9 +159,6 @@ class GpuArrayType(Type): ...@@ -159,9 +159,6 @@ class GpuArrayType(Type):
return ['pygpu/gpuarray.h', 'compyte/array.h', 'compyte/kernel.h', return ['pygpu/gpuarray.h', 'compyte/array.h', 'compyte/kernel.h',
'compyte/error.h'] 'compyte/error.h']
def c_libraries(self):
return ['compyte']
def c_header_dirs(self): def c_header_dirs(self):
return [pygpu.get_include()] return [pygpu.get_include()]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论