libprima / prima

PRIMA is a package for solving general nonlinear optimization problems without using derivatives. It provides the reference implementation for Powell's derivative-free optimization methods, i.e., COBYLA, UOBYQA, NEWUOA, BOBYQA, and LINCOA. PRIMA means Reference Implementation for Powell's methods with Modernization and Amelioration, P for Powell.
http://libprima.net
BSD 3-Clause "New" or "Revised" License
292 stars 36 forks source link

Testing CMake build on Windows with gfortran #60

Closed zaikunzhang closed 10 months ago

zaikunzhang commented 10 months ago

Hi Julien @jschueller ,

The combination of [windows, gfortran] is not tested by https://github.com/libprima/prima/blob/main/.github/workflows/cmake.yml . Is this intended? Don't we support it?

Thanks.

Zaikun

zaikunzhang commented 10 months ago

Closed by https://github.com/libprima/prima/pull/64