Files
vcpkg/ports/eigen3/vcpkg.json
2025-12-27 04:47:07 +00:00

18 lines
389 B
JSON

{
"name": "eigen3",
"version": "5.0.1",
"description": "C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.",
"homepage": "http://eigen.tuxfamily.org",
"license": "MPL-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}