vcpkg/ports/spectra/vcpkg.json
chausner 3b09246714
[spectra] Update to 1.0.0 (#21369)
* Update spectra to 1.0.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 16:34:51 -08:00

20 lines
421 B
JSON

{
"name": "spectra",
"version": "1.0.0",
"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
}
]
}