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
b91bad24
Commit
b91bad24
authored
Jun 26, 2021
by
rusty1s
Browse files
[ci skip]
parent
353569d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
conda/pytorch-sparse/meta.yaml
conda/pytorch-sparse/meta.yaml
+2
-2
setup.py
setup.py
+1
-0
No files found.
conda/pytorch-sparse/meta.yaml
View file @
b91bad24
...
@@ -29,8 +29,8 @@ build:
...
@@ -29,8 +29,8 @@ build:
script
:
python setup.py install
script
:
python setup.py install
script_env
:
script_env
:
-
FORCE_CUDA
-
FORCE_CUDA
-
WITH_METIS=0
#
- WITH_METIS=0
#
preserve_egg_dir: True
preserve_egg_dir
:
True
test
:
test
:
imports
:
imports
:
...
...
setup.py
View file @
b91bad24
...
@@ -23,6 +23,7 @@ BUILD_DOCS = os.getenv('BUILD_DOCS', '0') == '1'
...
@@ -23,6 +23,7 @@ BUILD_DOCS = os.getenv('BUILD_DOCS', '0') == '1'
WITH_METIS
=
True
if
os
.
getenv
(
'WITH_METIS'
,
'0'
)
==
'1'
else
False
WITH_METIS
=
True
if
os
.
getenv
(
'WITH_METIS'
,
'0'
)
==
'1'
else
False
WITH_MTMETIS
=
True
if
os
.
getenv
(
'WITH_MTMETIS'
,
'0'
)
==
'1'
else
False
WITH_MTMETIS
=
True
if
os
.
getenv
(
'WITH_MTMETIS'
,
'0'
)
==
'1'
else
False
WITH_METIS
=
False
def
get_extensions
():
def
get_extensions
():
...
...
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