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
5d071bb6
"tests/vscode:/vscode.git/clone" did not exist on "2b966da2d643ac960eade6d2e7da48a6f105c3c4"
Commit
5d071bb6
authored
Jun 26, 2021
by
rusty1s
Browse files
[ci skip]
parent
c5e4fa6c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
conda/bld.bat
conda/bld.bat
+4
-0
conda/build.sh
conda/build.sh
+3
-0
conda/pytorch-sparse/meta.yaml
conda/pytorch-sparse/meta.yaml
+0
-1
No files found.
conda/bld.bat
0 → 100644
View file @
5d071bb6
copy
"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Tools\\MSVC\\14.29.30037\\lib\\x64\\metis.lib"
%LIBRARY_LIB%
copy
"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Tools\\MSVC\\14.29.30037\\include\\metis.h"
%LIBRARY_INC%
pip
install
.
conda/build.sh
0 → 100644
View file @
5d071bb6
#!/bin/bash
pip
install
.
conda/pytorch-sparse/meta.yaml
View file @
5d071bb6
...
@@ -26,7 +26,6 @@ requirements:
...
@@ -26,7 +26,6 @@ requirements:
build
:
build
:
string
:
py{{ environ.get('PYTHON_VERSION').replace('.', '') }}_torch_{{ environ['TORCH_VERSION'] }}_{{ environ['CUDA_VERSION'] }}
string
:
py{{ environ.get('PYTHON_VERSION').replace('.', '') }}_torch_{{ environ['TORCH_VERSION'] }}_{{ environ['CUDA_VERSION'] }}
script
:
python setup.py install
script_env
:
script_env
:
-
FORCE_CUDA
-
FORCE_CUDA
-
WITH_METIS=1
-
WITH_METIS=1
...
...
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