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

meson: use finalize method #25319

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

Conversation

AbrilRBS
Copy link
Member

Summary

Changes to recipe: meson/[*]

Motivation

This allows local mesons to create bytecode in the cache, without compromising its integrity, by transparently having the dependencies use a copy of the package folder in which the PYTHONDONTWRITEBYTECODE var has been disabled for Conan>=2.7. For older versions, the finalize() method has no effect and the old package folder is used

Details

See here for finalize() docs, and read this blog post for examples on its usage

@AbrilRBS AbrilRBS self-assigned this Sep 19, 2024
@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 3 (83d975a7792ebf40252805570e759635a90abbcb):

  • meson/1.4.1:
    Built 5 packages out of 11 (All logs)

  • meson/1.5.0:
    Built 5 packages out of 11 (All logs)

  • meson/1.3.0:
    Built 5 packages out of 11 (All logs)

  • meson/1.5.1:
    Built 5 packages out of 11 (All logs)

  • meson/1.2.3:
    Built 5 packages out of 11 (All logs)

  • meson/1.3.1:
    Built 5 packages out of 11 (All logs)

  • meson/0.61.2:
    Built 5 packages out of 11 (All logs)

  • meson/1.3.2:
    Built 5 packages out of 11 (All logs)

  • meson/1.1.0:
    Built 5 packages out of 11 (All logs)

  • meson/1.2.2:
    Built 5 packages out of 11 (All logs)

  • meson/1.4.0:
    Built 5 packages out of 11 (All logs)

  • meson/1.1.1:
    Built 5 packages out of 11 (All logs)

  • meson/1.2.1:
    Built 5 packages out of 11 (All logs)

  • meson/1.2.0:
    Built 5 packages out of 11 (All logs)

  • meson/1.0.0:
    Built 5 packages out of 11 (All logs)

  • meson/0.59.3:
    Built 5 packages out of 11 (All logs)

  • meson/0.62.2:
    Built 5 packages out of 11 (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