xpsi-group / neost

Other
2 stars 0 forks source link

Modernize setup.py #35

Closed svisak closed 1 month ago

svisak commented 2 months ago

setup.py is outdated and doesn't really work as intended. It installs neost alright with the cython TOV solvers, but it can't install neost with the Python TOV solvers except through explicit invocation (python setup.py install --nocython), which currently raises a deprecation warning and consequently will stop working in the future.

svisak commented 2 months ago

Fixed in a series of commits ending with 4cf8ecb85dca697f609ed8e46e94875611eedde7.