Alex Trotta

Results 30 comments of Alex Trotta

This should be good to go now, we now have the proper upstream fix backported so no need for any hacky workarounds.

Conan 2 error is a version conflict, I can put out the necessary PR(s) to fix. Conan 1 error seems to only happen on GCC 9 and 10, but not...

Little bit of progress: Version range was fixable by just updating to the maintained patch version of cpython (related, maybe we should use version ranges for that? anyways...). The issue...

Added a workaround for a GCC bug (see here: https://github.com/numpy/numpy/issues/16970), I've tested it locally but it now all legacy GCC versions get skipped: numpy itself requires 8.4+, and cpython 3.12+...

@RubenRBS, any idea why the v2 pipeline is failing? As far as I can tell no `ConanInvalidConfiguration` errors are being thrown. Also need a binary for the v1 pipeline.

Should also mention: I ran into this issue while working on a Git recipe, due to this I am unable to use the provided CMake file.

Hey janekb04, I'm glad you're interested in Conan support. I have a few questions/requests/comments regarding how we could move forward with the recipe. 1. Conan is generally intended to be...

Ninja 1.12.0 now ships ARM binaries, both for Linux and Windows.

I have a PR that will add support for this: https://github.com/seanmiddleditch/gha-setup-ninja/pull/29

@valgur BTW I believe this should work on all platforms, in case you wanted to add it to your new recipe repo. I've at least tested locally with Windows/VS2022/x64/Release +...