mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 17:39:06 +08:00
56db7a786e
* [eigen3] Cleanup * Restore debug/lib/pkgconfig/eigen3.pc
19 lines
410 B
JSON
19 lines
410 B
JSON
{
|
|
"name": "eigen3",
|
|
"version": "3.4.0",
|
|
"port-version": 3,
|
|
"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
|
|
}
|
|
]
|
|
}
|