vcpkg/ports/blas/vcpkg.json
Kai Pastor 982a49ec9c
[baseline][blas] Don't pick intel-mkl (#30421)
* [blas] Add wrapper to ignore intel-mkl

* VCPKG_INSTALLED_DIR
2023-03-27 11:33:29 -07:00

14 lines
237 B
JSON

{
"name": "blas",
"version-date": "2023-03-25",
"description": "Metapackage for packages which provide BLAS",
"license": null,
"dependencies": [
"openblas",
{
"name": "vcpkg-cmake",
"host": true
}
]
}