vcpkg/ports/xtensor-fftw/vcpkg.json
Jack·Boos·Yu 6aa4fca940
[many ports]switch to vcpkg-cmake / vckg-cmake-config part 5 (#29918)
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 5

* version

* typo

* typo

* fix build

* version

* deprecated vcpkg_extract_source_archive_ex

* version

* fix argument

* version

* Rename argument

* version

* More changes about argument

* wrong op

* version

---------

Co-authored-by: jyu49 <yu_jack@apple.com>
2023-03-01 10:39:29 -08:00

20 lines
416 B
JSON

{
"name": "xtensor-fftw",
"version-string": "2019-11-30",
"port-version": 3,
"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"
]
}