mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-01 21:58:55 +08:00
a8f5cef859
* [eigen3] remove slow configure checks * version stuff Co-authored-by: Alexander Neumann <you@example.com>
19 lines
410 B
JSON
19 lines
410 B
JSON
{
|
|
"name": "eigen3",
|
|
"version": "3.4.0",
|
|
"port-version": 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
|
|
}
|
|
]
|
|
}
|