devernay / cminpack

A C/C++ rewrite of the MINPACK software (originally in FORTRAN) for solving nonlinear equations and nonlinear least squares problems
http://devernay.free.fr/hacks/cminpack/
145 stars 63 forks source link

Added MSYS2 toolchains - gcc and clang - to appveyor CI builds #61

Closed luau-project closed 3 months ago

luau-project commented 5 months ago

What?

I have added new C toolchains -- gcc and clang -- provided by MSYS2 project to the Windows build on appveyor CI service.

Why?

On Windows, the toolchains provided by MSYS2 project are popular choices among programmers going for cross platform development. Therefore, since cminpack shares the same goal, it was a feature that I was looking to help with implementation.

How?

Testing?

The current appveyor.yml file is building just fine on every toolchain (MSVC, gcc x86_64, gcc UCRT64 and clang64).

Screenshots?

Screenshot from 2024-04-03 14-23-48

devernay commented 3 months ago

LGTM!