diff --git a/setup.py b/setup.py index 3e017462..8c710800 100644 --- a/setup.py +++ b/setup.py @@ -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(