simpeg / pydiso

A python wrapper for the pardiso solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

distutils deprecation

jcapriot opened this issue · comments

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).

Closed with #12