Cristian Le

Results 853 comments of Cristian Le
trafficstars

I thoughts simlinks are not respected or is this only for wheels? If possible preserving symlinks within the sdist would be nice. One of the checks in Fedora is if...

Sorry for my late response. I did encounter this when trying to work on the presets, but I didn't look deeply. Thanks @BLaZeKiLL for checking the code. Just to double...

Does removing `CMAKE_GENERATOR_PLATFORM` part help? Maybe we can use `CMAKE_VS_PLATFORM_NAME_DEFAULT` instead?

Great, appreciate the debugging effort. @henryiii thoughts on the `CMAKE_GENERATOR_PLATFORM` vs `CMAKE_VS_PLATFORM_NAME_DEFAULT` usage? It does seem to be ultimately a CMake bug that `CMAKE_GENERATOR_PLATFORM` is not ignored for the generators...

Another approach that we should eventually support is to not run `cmake --install` at all and redirect the editable paths to the build directory. Would that also be a workable...

~~Note-to-self: Separate the plans with and without CMake/ninja installed. Could cover #863~~

Could this issue be re-opened and tracked as a PEP613 support? #284 is not an ideal workaround because it requires too much manual tracking, and on the other hand, sphinx...

Hmm, I think there is some value of having the example be extremely minimal in order to showcase "hey, look, this is how simple it can be". What about having...

See https://github.com/scikit-build/scikit-build-core/issues/801. In principal :+1: for this feature. But could you also resolve the linked issue, i.e. if the symlink points outside the sdist root (iiuc it's the folder that...

Is it possible to break the project in the main C++ project and a python bindings project? Then you could cmake configure/build/install the main project into `$prefix` and the `pip...