vcpkg/ports/ensmallen/vcpkg.json
Jia Yue Hua 3927c6ce0b
[ensmallen] update to 2.19.1 (#34130)
* [ensmallen] update to 2.19.1

* [ensmallen] update to 2.19.1
2023-09-28 23:38:44 -07:00

21 lines
396 B
JSON

{
"name": "ensmallen",
"version-semver": "2.19.1",
"description": "A header-only C++ library for mathematical optimization",
"homepage": "http://ensmallen.org/",
"license": "BSD-3-Clause",
"dependencies": [
"armadillo",
"blas",
"lapack",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}