Roberto Di Remigio Eikås

Results 112 comments of Roberto Di Remigio Eikås

For the `cibuildwheel` problem, I followed the suggestion of downloading Eigen with `FetchContent` instead of pre-installing it. This has the advantage that now it is bundled with the sdist and...

It's possible to also produce the `aarch64` and `ppc64le` wheels with `cibuildwheel` as well 🤓 Thought that slows down CI a lot. I need to split out each single wheel...

Now each wheel is built by a separate worker in the workflow. I've removed the `ppc64le` architecture wheels as some testing dependencies (scipy) would need to be built from source.

@maxscheurer This is finally getting ready. I only need to test the upload. The windows issues fixed themselves, without me having to got through debugging in a VM :) I've...

The source distribution has become 100x larger :/ I guess it's because it's including all of the Eigen source files. I'll take a look...

@maxscheurer I think you need to add some settings in the project's PyPI page to get the upload to work: https://docs.pypi.org/trusted-publishers/adding-a-publisher/

> The source distribution has become 100x larger :/ I guess it's because it's including all of the Eigen source files. I'll take a look... fetching eigen from tarball (not...

Annoying... What if you merge (if you're happy with the rest!) such that it gets tested? Once we know it works I can patch the workflow to only run on...

Yes, setuptools-scm takes the tag and computes the version like versioneer does (as in psi4) So to make a release it's enough to tag it on GitHub.

That's taken care of by .git_archival.txt and .gitattributes