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
efc98089
Commit
efc98089
authored
Nov 13, 2021
by
rusty1s
Browse files
remove flag
parent
8cbbfd70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
setup.py
setup.py
+2
-0
No files found.
setup.py
View file @
efc98089
...
@@ -45,6 +45,8 @@ def get_extensions():
...
@@ -45,6 +45,8 @@ def get_extensions():
define_macros
+=
[(
'MTMETIS_64BIT_PARTITIONS'
,
None
)]
define_macros
+=
[(
'MTMETIS_64BIT_PARTITIONS'
,
None
)]
libraries
+=
[
'mtmetis'
,
'wildriver'
]
libraries
+=
[
'mtmetis'
,
'wildriver'
]
extra_compile_args
=
{
'cxx'
:
[
'-O2'
]}
extra_compile_args
=
{
'cxx'
:
[
'-O2'
]}
if
not
os
.
name
==
'nt'
:
# Not on Windows:
extra_compile_args
[
'cxx'
]
+=
[
'-Wno-sign-compare'
]
extra_link_args
=
[
'-s'
]
extra_link_args
=
[
'-s'
]
info
=
parallel_info
()
info
=
parallel_info
()
...
...
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