Files
vcpkg/ports/blas/vcpkg.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
}
]
}