Compile PyAlembic for Maya 2015 and 2016

Hi all,

I’ve been pulling my hairs out while trying to compile PyAlembic for Maya. There are few binaries already build out there, but none are compatible with maya’s python. So I started to dig into it and it’s quite journey… I am specifically lost regarding the dependencies listed in CMakeLists of PyAlembic:

LIBPYTHON_FILE: python27.dll from maya folder ?
ALEMBIC_PYTHON_ROOT: source code root ?
ALEMBIC_PYTHON_LIBRARY: No idea :confused:
Boost_PYTHON_LIBRARY: the python BOOST binding build against Maya python ?
PYTHON_INCLUDE_DIR: no idea :confused:

Has anyone succeed in this feat ?

Thx a lot !