vcpkg/ports/nlopt/vcpkg.json

17 lines
374 B
JSON
Raw Normal View History

2020-12-16 07:20:43 +08:00
{
"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
}
]
2020-12-16 07:20:43 +08:00
}