vcpkg/ports/cminpack/vcpkg.json
Angus Comrie a4548b2ca6
[cminpack] add new port (#20772)
* initial port commit

* version info added

* removed exmples from compilation

* git-tree update

* fixed reviewer comments

* git tree hash update
2021-10-26 22:56:35 -07:00

13 lines
342 B
JSON

{
"name": "cminpack",
"version": "1.3.8",
"description": "A C/C++ rewrite of the MINPACK software (originally in FORTRAN) for solving nonlinear equations and nonlinear least squares problems",
"homepage": "http://devernay.free.fr/hacks/cminpack/",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}