2021-06-11 07:16:36 +08:00
|
|
|
{
|
|
|
|
"name": "openblas",
|
2024-01-30 03:46:01 +08:00
|
|
|
"version": "0.3.26",
|
2021-06-11 07:16:36 +08:00
|
|
|
"description": "OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.",
|
|
|
|
"homepage": "https://github.com/xianyi/OpenBLAS",
|
2022-05-06 06:42:20 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2023-06-22 13:20:01 +08:00
|
|
|
"supports": "!arm | arm64 | !uwp",
|
2021-07-26 08:26:55 +08:00
|
|
|
"dependencies": [
|
2021-11-19 13:28:02 +08:00
|
|
|
{
|
|
|
|
"name": "openblas",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-07-26 08:26:55 +08:00
|
|
|
{
|
|
|
|
"name": "pthread",
|
|
|
|
"platform": "!windows & !uwp"
|
2021-11-19 13:28:02 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2021-07-26 08:26:55 +08:00
|
|
|
}
|
2021-06-11 07:16:36 +08:00
|
|
|
],
|
|
|
|
"features": {
|
2021-07-26 08:26:55 +08:00
|
|
|
"dynamic-arch": {
|
2023-03-21 03:00:01 +08:00
|
|
|
"description": "Support for multiple targets in a single library",
|
2023-04-06 07:50:52 +08:00
|
|
|
"supports": "!windows | mingw"
|
2021-07-26 08:26:55 +08:00
|
|
|
},
|
2021-06-11 07:16:36 +08:00
|
|
|
"simplethread": {
|
|
|
|
"description": "Use simple thread",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "openblas",
|
|
|
|
"features": [
|
2021-06-22 04:32:55 +08:00
|
|
|
"threads"
|
2021-06-11 07:16:36 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"threads": {
|
|
|
|
"description": "Use a threading backend",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "pthread",
|
|
|
|
"platform": "!windows & !uwp"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|