Skip to content

Commit d36741f

Browse files
committed
Windows scripts
1 parent 98fa7cb commit d36741f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

conda/torch-points-kernels/bld.bat

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
if errorlevel 1 exit 1
5+
6+
"%PYTHON%" -m pip install .
7+
if errorlevel 1 exit 1
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"%PYTHON%" -m unittest
2+
if errorlevel 1 exit 1

0 commit comments

Comments
 (0)