Hi,
I'm currently working on swapping out scikit-build (classic)'s internals for scikit-build-core, and I have AI running lots of downstream projects and looking for regressions. It found that this project currently uses scikit-build internals. I've been able to patch some of them back in as shims, but dpctl using skbuild.setuptools_wrap, which has internals that are simply not there anymore.
See scikit-build/scikit-build#1185. I can try to propose something here if you'd like. The best thing would be to use scikit-build-core without setuptools directly.
Hi,
I'm currently working on swapping out scikit-build (classic)'s internals for scikit-build-core, and I have AI running lots of downstream projects and looking for regressions. It found that this project currently uses scikit-build internals. I've been able to patch some of them back in as shims, but dpctl using skbuild.setuptools_wrap, which has internals that are simply not there anymore.
See scikit-build/scikit-build#1185. I can try to propose something here if you'd like. The best thing would be to use scikit-build-core without setuptools directly.