Henry Schreiner

Results 2521 comments of Henry Schreiner

Regardless, I’d add a CITATION.cff. :) We can aim for the SciPy paper then.

Our SciPy 2024 paper is what we want to use for the citation. šŸ˜† Can you cite a paper in the same conference? 😜

No, I think that would have been done with Zenodo, https://github.com/scikit-build/scikit-build-core/issues/738#issuecomment-2110522206, to which @jcfr replied https://github.com/scikit-build/scikit-build-core/issues/738#issuecomment-2110645795.

For some platforms, see https://scikit-build-core.readthedocs.io/en/latest/crosscompile.html. If it's linux, that's tricky, and something we can work on. Biggest issue for linux is that it's really hard to cross-compile C/C++; you are...

Eventually I'm hoping that the cross-compiling PEP work (starting with [PEP 720](https://peps.python.org/pep-0720/)) will enable a nicer, more standard interface for this.

Sorry, mentioned wrong issue. Let us know if anything comes up!

I think it's assuming it can find MSVC so it not including Ninja, but it doesn't since you are using the bash shell on Windows, and then it's trying to...

If you want to pass config settings in cibuildwheel you need to use https://cibuildwheel.readthedocs.io/en/stable/options/#config-settings. We default to reading the default from CMake; whatever CMake wants to use, we use, unless...

The main reason to use Ninja on Windows is if you are building Fortran, and want to use GFortran. Otherwise, you really should build with MSVC, as GCC isn't really...

#640 helps Ninja on Windows work a bit better.