We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fa7cb commit d36741fCopy full SHA for d36741f
conda/torch-points-kernels/bld.bat
@@ -0,0 +1,7 @@
1
+copy "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Tools\\MSVC\\14.29.30133\\lib\\x64\\metis.lib" %LIBRARY_LIB%
2
+if errorlevel 1 exit 1
3
+copy "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Tools\\MSVC\\14.29.30133\\include\\metis.h" %LIBRARY_INC%
4
5
+
6
+"%PYTHON%" -m pip install .
7
conda/torch-points-kernels/run_test.bat
@@ -0,0 +1,2 @@
+"%PYTHON%" -m unittest
0 commit comments