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

:atom: Meson #1991

Draft
wants to merge 47 commits into
base: master
Choose a base branch
from
Draft

:atom: Meson #1991

wants to merge 47 commits into from

Conversation

thorstenhater
Copy link
Contributor

@thorstenhater thorstenhater commented Sep 28, 2022

Trial use of meson to build Arbor. There are some known problems/missing feature, but you can try
this preview today. Depending on the feedback, the mesonic lodge™ will polish this branch and make
it the default.

⚠️ Please be quick, since this will bitrot quite fast otherwise.

Quick start

# in arbor
pip install meson ninja
mkdir mbuild
cd mbuild
meson -Darb_with_bundled_libs=true -Darb_with_python=true
# runs all tests
ninja test

Missing/Todo

  • port CI
  • port pip install
  • a-b-c uses meson

@brenthuisman
Copy link
Contributor

Excellent!

But. Python is going to make merging this difficult. The Meson support status of the various components in the Python build are:

The latter is the only option as far as I can establish, but I think that may simply be too premature.

@brenthuisman
Copy link
Contributor

Small update as of today: meson-python seems to work, but will not be merged into meson proper in current form: mesonbuild/meson#7863 (comment)

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.

3 participants