mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 04:38:59 +08:00
81f6bf154d
* update cminpack * update version --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
19 lines
450 B
JSON
19 lines
450 B
JSON
{
|
|
"name": "cminpack",
|
|
"version": "1.3.8",
|
|
"port-version": 3,
|
|
"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/",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|