ToFuProject / tofu

Project for an open-source python library for synthetic diagnostics and tomography for Fusion devices
https://tofuproject.github.io/tofu/index.html
MIT License
72 stars 11 forks source link

Migrate packaging to Meson for python 3.12 #966

Open Didou09 opened 2 months ago

Didou09 commented 2 months ago

Libraries with compiled code should move away from numpy.distutils and instead use Meson

This also has to do with python 3.12 compatibility and #962

Can be seen in the last PR of tofu-feedstock for tofu 1.8.0 were python 3.12 binaries could not be released.