File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ SRC_DIR=aten/THC
77BUILD_DIR=torch_cluster/_ext
88
99mkdir -p $BUILD_DIR
10- $( which nvcc) " -I$TORCH /lib/include" " -I$TORCH /lib/include/TH" " -I$TORCH /lib/include/THC" " -I$SRC_DIR " -c " $SRC_DIR /THC.cu" -o " $BUILD_DIR /THC.o " --compiler-options ' -fPIC' -std=c++11
10+ $( which nvcc) " -I$TORCH /lib/include" " -I$TORCH /lib/include/TH" " -I$TORCH /lib/include/THC" " -I$SRC_DIR " -c " $SRC_DIR /THC.cu" -o " $BUILD_DIR /THC.so " --compiler-options ' -fPIC' -std=c++11
Original file line number Diff line number Diff line change 22
33from setuptools import setup , find_packages
44
5- __version__ = '1.1.0 '
5+ __version__ = '1.1.1 '
66url = 'https://github.com/rusty1s/pytorch_cluster'
77
88install_requires = ['cffi' ]
Original file line number Diff line number Diff line change 11from .graclus import graclus_cluster
22from .grid import grid_cluster
33
4- __version__ = '1.1.0 '
4+ __version__ = '1.1.1 '
55
66__all__ = ['graclus_cluster' , 'grid_cluster' , '__version__' ]
You can’t perform that action at this time.
0 commit comments