vcpkg/ports/ensmallen/vcpkg.json
Kai Pastor 0a277597a1
[armadillo,ensmallen] Update (#28599)
* [armadillo] Update to 11.4.3

* Fixup pkgconfig

* Add vcpkg cmake wrapper

* Update versions

* [ensmallen] Update and fix

* Add vcpkg version requirement
2023-01-04 14:27:58 -08:00

21 lines
396 B
JSON

{
"name": "ensmallen",
"version-semver": "2.19.0",
"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
}
]
}