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

Add a dependency on libcompyte since we can't get access to the functions…

Add a dependency on libcompyte since we can't get access to the functions through the gpuarray module (dlopen is not global).
上级 a48f8ac9
...@@ -189,6 +189,9 @@ class GpuArrayType(Type): ...@@ -189,6 +189,9 @@ class GpuArrayType(Type):
def c_header_dirs(self): def c_header_dirs(self):
return [pygpu.get_include(), numpy.get_include()] return [pygpu.get_include(), numpy.get_include()]
def c_libraries(self):
return ['compyte']
def c_code_cache_version(self): def c_code_cache_version(self):
return (1,) return (1,)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论