mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 16:51:47 +08:00
72e0e47ae5
* 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>
18 lines
329 B
JSON
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"
|
|
]
|
|
}
|