sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.46k stars 482 forks source link

Fix meson build by adding missing files #38982

Open tobiasdiez opened 5 days ago

tobiasdiez commented 5 days ago

Fixes the meson build.

:memo: Checklist

:hourglass: Dependencies

github-actions[bot] commented 5 days ago

Documentation preview for this PR (built with commit 6ad795fcf1a59d51b33a9770c818a1f51489c6c7; changes) is ready! :tada: This preview will update shortly after each push to this PR.

kwankyu commented 4 days ago

If this would not fix "Build & Test using Meson", please consider turn it off to be information only.

tobiasdiez commented 3 days ago

Thanks for the review!

If this would not fix "Build & Test using Meson", please consider turn it off to be information only.

I understand the frustration. Disabling the workflow would however be counter productive since meson is supposed to be the replacement of the old setuptools-based build. Would love to hear your thoughts on how to archive that without making the transition period to annoying. (I will also open a discussion on sage-dev about this in the coming days.)