2021-06-11 07:16:36 +08:00
|
|
|
{
|
|
|
|
"name": "openblas",
|
|
|
|
"version": "0.3.10",
|
2021-06-22 04:32:55 +08:00
|
|
|
"port-version": 2,
|
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",
|
|
|
|
"default-features": [
|
|
|
|
"threads"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|