Skip to content

Commit

Permalink
fix cython include path
Browse files Browse the repository at this point in the history
  • Loading branch information
rongou committed Jun 4, 2020
1 parent 3a0501a commit a723379
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/cudf/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"../../cpp/include/cudf",
"../../cpp/include",
"../../cpp/build/include",
"../../thirdparty/cub",
"../../cpp/build/_deps/cub-src",
"../../cpp/build/_deps/thrust-src",
"../../thirdparty/libcudacxx/include",
os.path.dirname(sysconfig.get_path("include")),
np.get_include(),
Expand Down

0 comments on commit a723379

Please sign in to comment.