dfm / nufft-ls

Benchmarking LS periodogram implementations
Apache License 2.0
4 stars 0 forks source link

build: migrate from setuptools to scikit-build-core #9

Closed lgarrison closed 7 months ago

lgarrison commented 7 months ago

Modernizing the build system. The old setup.py has some logic around testing if compilers support certain flags and using them if so, but they all seem like pretty common flags. There's probably similar functionality in CMake if we need it.