Matthieu Darbois
Matthieu Darbois
Specify library name and version: **openmvg/all** --- - [x] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md). - [x] I've used a [recent](https://github.com/conan-io/conan/releases/latest) Conan client version close to the [currently deployed](https://github.com/conan-io/conan-center-index/blob/master/.c3i/config_v1.yml#L6). - [x]...
It's time to add CPython 3.13 to manylinux images. The issue will be closed once CPython 3.13.0 final is released. The free-threaded (no GIL) build is also available. ⚠️ Please...
This might help to get some useful statics for projects when using a specific order column (e.g. libc-version, pyversion, ...) The idea comes from https://github.com/mayeut/manylinux-timeline/issues/529#issuecomment-1925926002
As discussed in various issues, I think that cibuildwheel is in position where it might make sense to follow [SPEC 0](https://scientific-python.org/specs/spec-0000/) schedule rather than the CPython schedule. This would allow...
### Description macOS builds are using multiple environment variables specific to the build environment: `MACOSX_DEPLOYMENT_TARGET`, `_PYTHON_HOST_PLATFORM`, `ARCHFLAGS`, `SDKROOT` Those are propagated to the test environments. They should probably be removed...
This reverts commit deca00d9444f6619096a66f7f91058e7000846a8.
musl libc 1.1 is EOL and Alpine Linux 3.12 also (support ended 2 years ago, May 1st, 2022). Statistics for musl (mostly Alpine but also some OpenWRT) BigQuery sql query:...
With Travis CI changing its paid plans, there's no parallelism between jobs possible anymore. Rather than upgrading the plan we're using for TravisCI, moving aarch64 to GHA should lessen the...
The typo results in a build error when AVX512 is enabled. This should have been caught by CI but CI disables things that can't be tested: rework CI & tests...
With macOS-11 runner removal, the test workflow is failing: use macOS-12 and enable AVX2 testing on macOS. Update `actions/checkout` to `v4` to remove the node.js deprecation warning. Add macOS-14 arm64...