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-sparse
Commits
f342db64
Commit
f342db64
authored
Jun 26, 2021
by
rusty1s
Browse files
[ci skip]
parent
2e8d89e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
conda/pytorch-sparse/bld.bat
conda/pytorch-sparse/bld.bat
+3
-1
conda/pytorch-sparse/build.sh
conda/pytorch-sparse/build.sh
+1
-0
No files found.
conda/bld.bat
→
conda/
pytorch-sparse/
bld.bat
View file @
f342db64
copy
"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Tools\\MSVC\\14.29.30037\\lib\\x64\\metis.lib"
%LIBRARY_LIB%
if
errorlevel
1
exit
1
copy
"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Tools\\MSVC\\14.29.30037\\include\\metis.h"
%LIBRARY_INC%
if
errorlevel
1
exit
1
:: pip install .
python
setup
.py
install
if
errorlevel
1
exit
1
conda/build.sh
→
conda/
pytorch-sparse/
build.sh
View file @
f342db64
#!/bin/bash
# pip install .
python setup.py
install
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