vcpkg/ports/xtensor-blas/vcpkg.json
Pedro Callado 72e0e47ae5
[xtensor-blas] Updates to 0.20.0 (#26275)
* updates portfile, baseline and vcpkg.json files

* adds port version to vcpkg.json

* corrects git-tree value

* runs x-add-version and format-manifest

* updates version database

* Update ports/xtensor-blas/vcpkg.json

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Update version via x-add-version

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2022-08-12 15:43:39 -07:00

18 lines
329 B
JSON

{
"name": "xtensor-blas",
"version": "0.20.0",
"description": "BLAS extension to xtensor",
"homepage": "https://github.com/xtensor-stack/xtensor-blas",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"xtensor"
]
}