mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
19 lines
414 B
JSON
19 lines
414 B
JSON
{
|
|
"$comment": "Keep the platform expressions in sync with the wrappers installed by the portfiles!",
|
|
"name": "blas",
|
|
"version-date": "2023-04-14",
|
|
"port-version": 5,
|
|
"description": "Metapackage for packages which provide BLAS",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "openblas",
|
|
"platform": "!osx & !ios"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|