charmplusplus / charm4py

Parallel Programming with Python and Charm++
https://charm4py.readthedocs.io
Apache License 2.0
289 stars 21 forks source link

Migrate from setuptools to meson-python #270

Open mayantaylor opened 1 month ago

mayantaylor commented 1 month ago

At some point, it might be useful to migrate from the current setuptools build backend to meson. After brief discussion with @matthiasdiener while modernizing the build in accordance with deprecated setup.py usage (in #267), we've decided to table the change away from setuptools entirely for the moment. I'm creating this issue as a reminder to make this update in the future.