mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 14:49:00 +08:00
0bc3f04da6
Co-authored-by: Alexander Neumann <you@example.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
20 lines
425 B
JSON
20 lines
425 B
JSON
{
|
|
"$comment": "Keep the platform expressions in sync with the wrappers installed by the portfiles!",
|
|
"name": "blas-test",
|
|
"version-date": "2022-04-22",
|
|
"description": "Metapackage for packages which provide BLAS",
|
|
"license": null,
|
|
"dependencies": [
|
|
"blas",
|
|
{
|
|
"name": "pkgconf",
|
|
"host": true,
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|