distutils deprecation
jcapriot opened this issue · comments
Joseph Capriotti commented
In python 3.12 distutils is deprecated. We currently make use of numpy's distutils module to setup the package (which is also deprecated in python 3.12). Thus we need to update to a different build system.
This will likely be handled with a meson build system (like we are currently using in geoana and discretize). The only issue I need to research is how to find the mkl linkage options in meson (which I think numpy should have an example of this).
Joseph Capriotti commented
Closed with #12