aboutsummaryrefslogtreecommitdiff
path: root/ports/xtensor-fftw/vcpkg.json
blob: 22d6e69a88e7e2af415258ef4009a867eff888cc (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "xtensor-fftw",
  "version-string": "2019-11-30",
  "port-version": 1,
  "description": "FFTW bindings for the xtensor C++14 multi-dimensional array library",
  "homepage": "https://github.com/xtensor-stack/xtensor-fftw",
  "dependencies": [
    "fftw3",
    "xtensor"
  ]
}