diff options
Diffstat (limited to 'vcpkg/ports/nlopt/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/nlopt/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/nlopt/vcpkg.json b/vcpkg/ports/nlopt/vcpkg.json new file mode 100644 index 0000000..f4b9cd9 --- /dev/null +++ b/vcpkg/ports/nlopt/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "nlopt", + "version": "2.10.0", + "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 + } + ] +} |