dwavesystems / dwave-optimization

Enables the formulation of nonlinear models for industrial optimization problems.
https://docs.ocean.dwavesys.com/en/stable/docs_optimization/index.html#index-optimization
Apache License 2.0
7 stars 17 forks source link

Use CPPFLAGS rather than CFLAGS in CI #87

Closed arcondello closed 1 month ago

arcondello commented 1 month ago

This fixes an issue introduced by a backwards compatibility break in setuptools 72.1.0.

Thanks @randomir for finding the bug.