vcpkg/ports/ensmallen/vcpkg.json
2024-10-04 11:40:33 -04:00

21 lines
396 B
JSON

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