mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:38:59 +08:00
19 lines
357 B
JSON
19 lines
357 B
JSON
{
|
|
"name": "xtensor-blas",
|
|
"version-string": "0.17.2",
|
|
"port-version": 2,
|
|
"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"
|
|
]
|
|
}
|