Henry Schreiner

Results 2521 comments of Henry Schreiner

Conflicting docs probably came from the original start using uint. Only having 9223372036854775807 as a maximum instead of 18446744073709551615 isn't a bit deal, and it's nice to be able to...

AFACT, both README and Quickstart do use UHI+, and the QuickConstruct syntax (Quickstart does show both)?

The next version (0.17, out fairly soon) will support `export SKBUILD_CONFIGURE_OPTIONS="-DCMAKE_BUILD_TYPE:STRING=Debug"` correctly. We probably should update the docs!

If I can setup a CI run, I can make sure scikit-build-core works with it and also (a little slower) add it here too. Any pointers on how I might...

Here’s what I have for Cygwin: https://github.com/scikit-build/scikit-build-core/blob/5c1c666c78298e93d878f0f213ed6b7d1d9d8c88/.github/workflows/ci.yml#L73

It's possible (see `cmake-python-distributions` and `ninja-python-distributions`), though much easier with scikit-build-core, where it's just a configuration option (`tool.scikit-build.wheel.py-api = "py3"`).

> Maybe a config option would be better? It is a config option already. By default, `scikit-build-core` targets `site-packages`. But you can set a config setting to point it at...

FYI, CMAKE_ARGS (envvar) has been supported for a while. `scikit-build-core` supports `-Ccmake.define.MY_VAR=whatever` (`-C` is coming in the next version of pip, currently it's actually `--config-settings=`).