mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 16:48:24 -05: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"
|
||
|
]
|
||
|
}
|