mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-15 23:31:38 +08:00
20 lines
427 B
JSON
20 lines
427 B
JSON
|
{
|
||
|
"$comment": "Keep the platform expressions in sync with the wrappers installed by the portfiles!",
|
||
|
"name": "cblas-test",
|
||
|
"version-date": "2022-04-22",
|
||
|
"description": "Metapackage for packages which provide BLAS",
|
||
|
"license": null,
|
||
|
"dependencies": [
|
||
|
"cblas",
|
||
|
{
|
||
|
"name": "pkgconf",
|
||
|
"host": true,
|
||
|
"platform": "windows"
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|