dwavesystems / dwave-neal

An implementation of a simulated annealing sampler for general Ising model graphs in C++ with a dimod Python wrapper.
https://docs.ocean.dwavesys.com/projects/neal/en/latest
Apache License 2.0
50 stars 44 forks source link

Modernize build #97

Closed randomir closed 1 year ago

randomir commented 2 years ago

See https://github.com/dwavesystems/dwave-greedy/pull/16.

At the very least, define build system via pyproject.toml according to PEP-517/PEP-518.

Blocker for https://github.com/dwavesystems/dwave-ocean-sdk/issues/144.

randomir commented 1 year ago

Done in #99.