diff options
Diffstat (limited to 'vcpkg/ports/liblbfgs/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/liblbfgs/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/liblbfgs/vcpkg.json b/vcpkg/ports/liblbfgs/vcpkg.json new file mode 100644 index 0000000..8525cd5 --- /dev/null +++ b/vcpkg/ports/liblbfgs/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "liblbfgs", + "version": "1.10", + "port-version": 2, + "description": "libLBFGS: a library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS)", + "homepage": "http://www.chokkan.org/software/liblbfgs/", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |