mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 07:08:59 +08:00
cdc6c6b9c8
* [uvatlas, spectra] ports updated * Update versions * Minor code review * Update version * Code review feedback * Update baseline
13 lines
313 B
JSON
13 lines
313 B
JSON
{
|
|
"name": "spectra",
|
|
"version": "0.9.0",
|
|
"port-version": 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"
|
|
]
|
|
}
|