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

When will the version 1.3.9 be released ? #60

Closed hxhc closed 3 months ago

hxhc commented 6 months ago

Hi @devernay , I found that in the version 1.3.8, cmake fails to find BLAS, and says cannot find MKL tool.

while in the master branch, find_package(CBLAS) has been replaced by find_package (BLAS). I tried the master branch version and it succeeded to find BLAS (both MKL and OpenBLAS). Since the previous 1.3.8 version was released in 2021, it might be suitable to release a new version containing some modern "features", at least for the BLAS issue. Anyway, thank you for the great library!

imciner2 commented 3 months ago

A new release would be appreciated. I am working on moving this into the modern Julia binary system (Yggdrasil), and so we'd appreciate being able to use a recent release and not need to backport commits as patches on top of 1.3.8.

devernay commented 3 months ago

done!