Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graphene: export SIMD flags and config info in .pc files, add introspection support #25096

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

valgur
Copy link
Contributor

@valgur valgur commented Aug 31, 2024

Summary

Changes to recipe: graphene/[*]

Motivation

Related to #25090.

GTK 4.x expects the graphene_has_xyz SIMD info to be set in the exported .pc files and fails currently.
The .pc files generated by the project export the automatically configured SIMD compiler flags. Updated package_info() to match that.

The introspection info for graphene is required to build introspection info for GTK 4.x.

Details

I guess it might be preferable to make the SIMD options configurable altogether to avoid a potential mismatch between the CI and a consumer. Fortunately, the SIMD features enabled by the project are nothing too exotic (i.e. SSE2 and NEON), I think.


@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 1 (01cb75ea61929c9b6e02aeadd2f09bcee55ad507):

  • graphene/1.10.6:
    All packages built successfully! (All logs)

  • graphene/1.10.8:
    All packages built successfully! (All logs)

  • graphene/1.10.2:
    All packages built successfully! (All logs)

  • graphene/1.10.4:
    All packages built successfully! (All logs)


Conan v2 pipeline ✔️

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 1 (01cb75ea61929c9b6e02aeadd2f09bcee55ad507):

  • graphene/1.10.8:
    All packages built successfully! (All logs)

  • graphene/1.10.6:
    All packages built successfully! (All logs)

  • graphene/1.10.4:
    All packages built successfully! (All logs)

  • graphene/1.10.2:
    All packages built successfully! (All logs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants