2021-06-11 07:16:36 +08:00
|
|
|
{
|
|
|
|
"name": "openblas",
|
2022-08-26 05:36:41 +08:00
|
|
|
"version": "0.3.21",
|
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",
|
2022-08-26 05:36:41 +08:00
|
|
|
"supports": "!(arm & 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": {
|
|
|
|
"description": "Support for multiple targets in a single library"
|
|
|
|
},
|
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"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|