Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-cluster
Commits
1bfc9401
Commit
1bfc9401
authored
Jan 31, 2018
by
rusty1s
Browse files
unique dependency added
parent
99baecdf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
build.py
build.py
+1
-1
No files found.
build.py
View file @
1bfc9401
...
@@ -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'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment