2021-09-09 16:24:04 +08:00
|
|
|
{
|
2024-04-09 02:15:54 +08:00
|
|
|
"$comment": "Keep the platform expressions in sync with the wrappers installed by the portfiles!",
|
2021-09-09 16:24:04 +08:00
|
|
|
"name": "blas",
|
2024-04-09 02:15:54 +08:00
|
|
|
"version-date": "2023-04-14",
|
2024-05-23 15:21:15 +08:00
|
|
|
"port-version": 1,
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "Metapackage for packages which provide BLAS",
|
2023-03-28 02:33:29 +08:00
|
|
|
"license": null,
|
2024-05-23 15:21:15 +08:00
|
|
|
"supports": "!(android & arm32) & !(android & x64)",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
2024-04-09 02:15:54 +08:00
|
|
|
{
|
|
|
|
"name": "lapack-reference",
|
|
|
|
"features": [
|
|
|
|
"cblas"
|
|
|
|
],
|
|
|
|
"platform": "!osx & !ios & !uwp & !(windows & arm) & windows & static"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "openblas",
|
|
|
|
"platform": "!osx & !ios & (uwp | (windows & arm) | !windows | !static)"
|
|
|
|
},
|
2023-03-07 07:44:04 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
]
|
|
|
|
}
|