apex icon indicating copy to clipboard operation
apex copied to clipboard

Allow env vars to specify custom extensions to build

Open crcrpar opened this issue 4 months ago • 0 comments

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 

crcrpar avatar Jun 10 '25 08:06 crcrpar