aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/xtensor-fftw/vcpkg.json
blob: 2356600f88befbf686a5879ac5aed4660ab0850d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "xtensor-fftw",
  "version-date": "2019-11-30",
  "port-version": 4,
  "description": "FFTW bindings for the xtensor C++14 multi-dimensional array library",
  "homepage": "https://github.com/xtensor-stack/xtensor-fftw",
  "dependencies": [
    "fftw3",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "xtensor"
  ]
}