vcpkg/ports/spectra/vcpkg.json
chausner 3fc8bbe48f
[spectra] Update to 1.0.1 (#24488)
* Update spectra to 1.0.1

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-05-02 20:43:48 -07:00

20 lines
421 B
JSON

{
"name": "spectra",
"version": "1.0.1",
"description": "A header-only C++ library for large scale eigenvalue problems",
"homepage": "https://spectralib.org",
"documentation": "https://spectralib.org/quick-start.html",
"license": "MPL-2.0",
"dependencies": [
"eigen3",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}