fortran-lang / minpack

Modernized Minpack: for solving nonlinear equations and nonlinear least squares problems
https://fortran-lang.github.io/minpack/
Other
97 stars 20 forks source link

Add cmake build system support #80

Open romain-noel opened 1 year ago

romain-noel commented 1 year ago

It is possible (and maybe planned) to add a cmake support ? Or is there any technical reason blocking this support in the current time ?

jvdp1 commented 4 months ago

Any specific reasons why there is no CMake support for Minpack?

cc @certik @awvwgk @jacobwilliams

awvwgk commented 4 months ago

I didn't want to write the CMake files and we already have meson and from support. However if anyone wants to contribute CMake support it is of course welcome.

jvdp1 commented 4 months ago

I will give it a try. But I will need most likely your expertise.