Skip to content

Commit

Permalink
got rid of numa
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert van Renesse committed Aug 20, 2023
1 parent a1e29b0 commit e339a5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,9 @@ def get_c_extension_include_dirs():
sources=get_c_extension_src(),
include_dirs=get_c_extension_include_dirs(),
extra_compile_args=[],
extra_link_args=
["-lnuma"] if sys.platform.lower().startswith("linux") else []
extra_link_args=[]
# extra_link_args=
# ["-lnuma"] if sys.platform.lower().startswith("linux") else []
)

setuptools.setup(
Expand Down

0 comments on commit e339a5a

Please sign in to comment.