Build executor Cython extension (#992)
Summary: setup.py to create folly Cython bindings Minimum required to get fbthrift to compile in OSS, so only includes executor Cython requires that source files (pyx and pxd) are in a directory matching the extension name, to provide this a tree of symbolic links is created and the Cython compile happens in that directory. - Python3 > 3.6 available? - Cython installed? Pull Request resolved: https://github.com/facebook/folly/pull/992 Reviewed By: simpkins Differential Revision: D13716102 Pulled By: calebmarchent fbshipit-source-id: 5fb285b0b43e8b6d1774fa4b6f2525c327cbcc7e
Showing
CMake/FindCython.cmake
0 → 100644
folly/setup.py
0 → 100755
Please register or sign in to comment