aboutsummaryrefslogtreecommitdiff
path: root/ports/spectra/vcpkg.json
blob: 96bdfd299d85d95dcc59acc8d158745a7675375c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "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"
  ]
}