mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 04:49:02 +08:00
25 lines
611 B
JSON
25 lines
611 B
JSON
|
{
|
||
|
"$comment": "Keep the platform expressions in sync with the wrappers installed by the portfiles!",
|
||
|
"name": "cblas",
|
||
|
"version-date": "2024-03-19",
|
||
|
"description": "Metapackage for packages which provide CBLAS",
|
||
|
"license": null,
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "lapack-reference",
|
||
|
"features": [
|
||
|
"cblas"
|
||
|
],
|
||
|
"platform": "!osx & !ios & !uwp & !(windows & arm) & windows & static"
|
||
|
},
|
||
|
{
|
||
|
"name": "openblas",
|
||
|
"platform": "!osx & !ios & (uwp | (windows & arm) | !windows | !static)"
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|