Commit 1bfc9401 authored by rusty1s's avatar rusty1s
Browse files

unique dependency added

parent 99baecdf
...@@ -11,7 +11,7 @@ extra_objects = [] ...@@ -11,7 +11,7 @@ extra_objects = []
with_cuda = False with_cuda = False
if torch.cuda.is_available(): if torch.cuda.is_available():
subprocess.call('./build.sh') # subprocess.call('./build.sh')
headers += ['torch_cluster/src/cuda.h'] headers += ['torch_cluster/src/cuda.h']
sources += ['torch_cluster/src/cuda.c'] sources += ['torch_cluster/src/cuda.c']
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment