From b30a380fe5a5115cd0a5596f08903259c077f12c Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Fri, 7 Apr 2017 10:58:15 +0200 Subject: avoid filename conclict in windows --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 51c6861..63d071c 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup(name='POT', packages=find_packages(), ext_modules = cythonize(Extension( "ot.lp.emd_wrap", # the extension name - sources=["ot/lp/emd_wrap.pyx", "ot/lp/EMD_wrap.cpp"], # the Cython source and + sources=["ot/lp/emd_wrap.pyx", "ot/lp/EMD_wrapper.cpp"], # the Cython source and # additional C++ source files language="c++", # generate and compile C++ code, include_dirs=[numpy.get_include(),os.path.join(ROOT,'ot/lp')])), -- cgit v1.2.3