Cristian Le

Results 833 comments of Cristian Le
trafficstars

I remember Henry mentioning that the Ninja used in the python wheels was the kitware fork so that it can have the jobserver support. But do the compilers or CMake...

Nothing immediately wrong that I can find. My initial thought was if you used `export()` instead of `install(EXPORT)`, but didn't find such errors. On which file do you see that,...

`INSTALL_PREFIX` uses `CMAKE_INSTALL_PREFIX` by default, it's used for variables in `PATH_VARS`, and all the paths that I checked were relative without overrides. The only other thing I've noticed is `GNUInstallDirs`...

> In this scenario, what would you recommend? Not to install in `DATA_DIR`and instead put it in the package's directory. I wonder if there is a PEP for enforcing some...

But who/what environment configures those paths? Is it Windows shenanigans again?

I missed this one. Hmm, executables that link directly to libpython indeed would be hard to handle. I'm curious what is your application like that you need to link to...

> That was my conclusion after searching and chatting with AI bots. The following quote from Claude AI seems to indicate that this may be standard practice: As usual, take...

Yes, that's the design that I usually recommend for such projects. `wheel.install-dir` is basically the `CMAKE_INSTALL_PREFIX` starting from `site-packages` folder. Good luck with the design

Ah, ok so for PEP770 it adds a `Sbom-File` to `PKG-INFO` and `.dist-info`. That should also solve the `SourceLicense` vs `License` distinction. Dynamic field for `license` would work having different...

Ah, you mean to provide the update message via CLI instead of prompt. Probably needs to support both file and text based ones. There's a RFE on `packit` to use...