• Caleb Marchent's avatar
    Build executor Cython extension (#992) · 2bacf890
    Caleb Marchent authored
    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
    2bacf890
folly-deps.cmake 6.93 KB