mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:19:00 +08:00
6a80b201ad
This has already been fixed upstream. The Eigen version in vcpkg is just extremely old since there has been no new release done upstream.
19 lines
410 B
JSON
19 lines
410 B
JSON
{
|
|
"name": "eigen3",
|
|
"version": "3.4.0",
|
|
"port-version": 4,
|
|
"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
|
|
}
|
|
]
|
|
}
|