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
984503ea
Commit
984503ea
authored
Jun 26, 2021
by
rusty1s
Browse files
[ci skip]
parent
96b23f6e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+2
-0
conda/pytorch-sparse/meta.yaml
conda/pytorch-sparse/meta.yaml
+1
-1
No files found.
.github/workflows/building-conda.yml
View file @
984503ea
...
...
@@ -62,6 +62,8 @@ jobs:
if
:
${{ runner.os == 'Windows' }}
run
:
|
bash .github/workflows/metis-${{ runner.os }}.sh
shell
:
bash -l {0}
-
name
:
Build Conda package for CPU
if
:
${{ matrix.cuda-version == 'cpu' }}
...
...
conda/pytorch-sparse/meta.yaml
View file @
984503ea
...
...
@@ -26,7 +26,7 @@ requirements:
build
:
string
:
py{{ environ.get('PYTHON_VERSION').replace('.', '') }}_torch_{{ environ['TORCH_VERSION'] }}_{{ environ['CUDA_VERSION'] }}
script
:
python setup.py
install
script
:
WITH_METIS=1 pip
install
.
script_env
:
-
FORCE_CUDA
preserve_egg_dir
:
True
...
...
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