mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:01:38 +08:00
5b4013057c
* Update nlopt to 2.7.1 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
17 lines
374 B
JSON
17 lines
374 B
JSON
{
|
|
"name": "nlopt",
|
|
"version": "2.7.1",
|
|
"description": "Library for nonlinear local and global optimization, for functions with and without gradient information.",
|
|
"homepage": "https://github.com/stevengj/nlopt",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|