diff options
Diffstat (limited to 'ports/xtensor-fftw')
| -rw-r--r-- | ports/xtensor-fftw/CONTROL | 5 | ||||
| -rw-r--r-- | ports/xtensor-fftw/vcpkg.json | 11 |
2 files changed, 11 insertions, 5 deletions
diff --git a/ports/xtensor-fftw/CONTROL b/ports/xtensor-fftw/CONTROL deleted file mode 100644 index c757db69b..000000000 --- a/ports/xtensor-fftw/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: xtensor-fftw
-Version: 2019-11-30
-Description: FFTW bindings for the xtensor C++14 multi-dimensional array library
-Homepage: https://github.com/xtensor-stack/xtensor-fftw
-Build-Depends: fftw3, xtensor
diff --git a/ports/xtensor-fftw/vcpkg.json b/ports/xtensor-fftw/vcpkg.json new file mode 100644 index 000000000..22d6e69a8 --- /dev/null +++ b/ports/xtensor-fftw/vcpkg.json @@ -0,0 +1,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" + ] +} |
