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
c483a663
Commit
c483a663
authored
Mar 03, 2018
by
rusty1s
Browse files
fixed caching
parent
70afd38e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
build.py
build.py
+5
-0
No files found.
build.py
View file @
c483a663
import
os
import
shutil
import
subprocess
import
torch
from
torch.utils.ffi
import
create_extension
if
os
.
path
.
exists
(
'build'
):
shutil
.
rmtree
(
'build'
)
headers
=
[
'torch_cluster/src/cpu.h'
]
sources
=
[
'torch_cluster/src/cpu.c'
]
include_dirs
=
[
'torch_cluster/src'
]
...
...
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