When cmake is present in pyproject.toml (see PEP 518) as a build dependency, then when I pip install my package, scikit-build fails to launch cmake with the error:
No such file or directory: '/tmp/pip-build-env-e2vjq07w/lib/python3.6/site-packages/cmake/data/bin/cmake'
Full log:
https://gitlab.com/certik/lfortran/-/jobs/214005303
I don't know why that would be.