leezu edited a comment on issue #19776: URL: https://github.com/apache/incubator-mxnet/issues/19776#issuecomment-765493065
@KaixuYang you can take a look at scikit-build https://scikit-build.readthedocs.io/en/latest/usage.html or "raw" pyproject.toml file: https://setuptools.readthedocs.io/en/latest/build_meta.html Edit: I see sci-kit build still doesn't support PEP 517, PEP 518 https://github.com/scikit-build/scikit-build/issues/124 So maybe it's better to directly work with pyproject.toml. (Not sure.) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
