We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4847a8 commit 47daf05Copy full SHA for 47daf05
setup.py
@@ -39,7 +39,9 @@
39
sources=["ot/lp/emd_wrap.pyx", "ot/lp/EMD_wrapper.cpp"], # the Cython source and
40
# additional C++ source files
41
language="c++", # generate and compile C++ code,
42
- include_dirs=[numpy.get_include(),os.path.join(ROOT,'ot/lp')])),
+ include_dirs=[numpy.get_include(),os.path.join(ROOT,'ot/lp')],
43
+ extra_compile_args=["-stdlib=libc++"]
44
+ )),
45
platforms=['linux','macosx','windows'],
46
download_url='https://github.com/rflamary/POT/archive/{}.tar.gz'.format(__version__),
47
license = 'MIT',
0 commit comments