stevengj / nlopt

library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
Other
1.89k stars 588 forks source link

Install pkg-config file on Windows #534

Closed hattne closed 1 year ago

hattne commented 1 year ago

pkg-config does work on Windows; this PR will have the .pc file installed there as well.

From https://github.com/conda-forge/nlopt-feedstock/pull/48.

stevengj commented 1 year ago

LGTM, thanks! We can merge once CI passes.