vcpkg/ports/cminpack/vcpkg.json
MonicaLiu 81f6bf154d
[baseline][cminpack] Disable USE_BLAS (#30460)
* update cminpack

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-03-28 10:53:24 -07:00

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
}
]
}