CQCL / pyscf-ac0

GNU General Public License v3.0
3 stars 1 forks source link

numpy.distutils is deprecated #6

Closed harrkee closed 1 week ago

harrkee commented 7 months ago

We currently use numpy.distutils to compile the fortran code and package pyscf-ac0. This is deprecated, see here: https://numpy.org/doc/stable/reference/distutils_status_migration.html#distutils-status-migration.

We should switch to a different build system as recommended in the link above.

mkrompiec commented 1 week ago

solved by #14