meson-python icon indicating copy to clipboard operation
meson-python copied to clipboard

Meson PEP 517 Python build backend

Results 91 meson-python issues
Sort by recently updated
recently updated
newest added

Sometimes when compiling pandas you end up having to compile twice to get the library to completely build. The files that get compiled the second time tend to be the...

documentation

Hi meson-python team, I encountered this issue when working on https://github.com/dipy/dipy/pull/2715. With the help of @eli-schwartz, we saw that `get_option('datadir')` does not return the `share` folder. `Meson-python` maps "datadir" to...

question

Meson already has `project(license:)`. Would it be possible to autodetect it dynamically? For instace, I have `'Apache-2.0 OR MIT'` as the value in `project()`. I would like this to populate...

enhancement
blocked

(If this can be done in a simpler way, please advise me. Python is not my sphere of expertise.) _Problem_ `platform.mac_ver()` on PowerPC is not giving a value which the...

When building a CapyPDF releases I now get the following error on Windows: ``` Traceback (most recent call last): File "C:\python\lib\site-packages\pyproject_hooks\_in_process\_in_process.py", line 353, in main() File "C:\python\lib\site-packages\pyproject_hooks\_in_process\_in_process.py", line 335, in...

- Explain why you'd want to use the ``build-dir`` option - Mention it works properly when using ``--cross-file`` (eg. https://github.com/scipy/scipy/blob/1c836efe5ff37ffa4490756269b060a464690e62/.github/workflows/wheels.yml#L180-L188) - Explain how ``build-dir`` works - Warn that ``meson-python`` version...

documentation

updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.5...v0.1.6)

- Give an example of how to build an executable in Meson - Show where the executable gets mapped to inside a wheel - Mention the limitation regarding internal dependencies

documentation

- Explain why bundle internal dependencies - Explain how we bundle internal dependencies - Explain how we patch the ``RPATH`` - Mention our limitation regarding executables with internal dependencies -...

documentation