zeek/auxil/vcpkg/ports/blas/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

26 lines
647 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": 3,
"description": "Metapackage for packages which provide BLAS",
"license": null,
"dependencies": [
{
"name": "lapack-reference",
"features": [
"cblas"
],
"platform": "!osx & !ios & !uwp & !(windows & arm) & windows & static & !mingw"
},
{
"name": "openblas",
"platform": "!osx & !ios & (uwp | (windows & arm) | !windows | !static | mingw)"
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}