apex
apex copied to clipboard
Allow env vars to specify custom extensions to build
This would be the first step to support build backends other than setuptools and make setup.py a little bit independent of the backend.
With this we would be able to support some commands that have not been functioning well e.g.
$ APEX_CPP_EXT=1 APEX_CUDA_EXT=1 APEX_ALL_CONTRIB_EXT=1 python -m build --wheel --no-isolation