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

use find_program to find mkl_link_tool instead of hard coding #52

Closed acxz closed 3 years ago

acxz commented 3 years ago

proper solution to #51 based on @xantares 's suggestion