提交 badee6f0 authored 作者: notoraptor's avatar notoraptor

Rebase and fix typo.

上级 d5144ea3
...@@ -476,7 +476,7 @@ class GpuArrayType(Type): ...@@ -476,7 +476,7 @@ class GpuArrayType(Type):
alt_inc_dir = os.path.abspath(os.path.normpath(sys.exec_prefix + '/Library/include')) alt_inc_dir = os.path.abspath(os.path.normpath(sys.exec_prefix + '/Library/include'))
if os.path.exists(alt_inc_dir) and os.path.isdir(alt_inc_dir): if os.path.exists(alt_inc_dir) and os.path.isdir(alt_inc_dir):
other_dirs.append(alt_inc_dir) other_dirs.append(alt_inc_dir)
return [pygpu.get_include(), numpy.get_include()] + other_dirs return [pygpu.get_include(), np.get_include()] + other_dirs
def c_lib_dirs(self): def c_lib_dirs(self):
alt_lib_dir = os.path.abspath(os.path.normpath(sys.exec_prefix + '/Library/lib')) alt_lib_dir = os.path.abspath(os.path.normpath(sys.exec_prefix + '/Library/lib'))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论