mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:29:03 +08:00
0bc3f04da6
Co-authored-by: Alexander Neumann <you@example.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
25 lines
609 B
JSON
25 lines
609 B
JSON
{
|
|
"$comment": "Keep the platform expressions in sync with the wrappers installed by the portfiles!",
|
|
"name": "blas",
|
|
"version-date": "2023-04-14",
|
|
"description": "Metapackage for packages which provide BLAS",
|
|
"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
|
|
}
|
|
]
|
|
}
|