Closed
Description
NumPy is deprecating numpy.distutils:
https://mail.python.org/archives/list/numpy-discussion@python.org/thread/PMU4P4YRP2FZA2Z6Z6Z74ZFYD6PCRXQ5/
According to @rgommers:
[Aesara] is the only real consumer of numpy.distutils BLAS/LAPACK support,
which they should vendor if they don't want to switch build systems.
[Aesara has] one nontrivial use to query for BLAS config:
aesara/aesara/link/c/cmodule.py
Line 2634 in 4468ba6