vcpkg/ports/openblas/vcpkg.json
Frank 2c7ca69fb1
[openblas] Update version to 0.3.23 (#31367)
* [openblas] Update version to 0.3.23

* version

* remove patch

* version

* new function

* version

* end line

* v db
2023-05-11 10:04:04 -07:00

53 lines
1.1 KiB
JSON

{
"name": "openblas",
"version": "0.3.23",
"description": "OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.",
"homepage": "https://github.com/xianyi/OpenBLAS",
"license": "BSD-3-Clause",
"supports": "!(arm & uwp)",
"dependencies": [
{
"name": "openblas",
"host": true
},
{
"name": "pthread",
"platform": "!windows & !uwp"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"dynamic-arch": {
"description": "Support for multiple targets in a single library",
"supports": "!windows | mingw"
},
"simplethread": {
"description": "Use simple thread",
"dependencies": [
{
"name": "openblas",
"features": [
"threads"
]
}
]
},
"threads": {
"description": "Use a threading backend",
"dependencies": [
{
"name": "pthread",
"platform": "!windows & !uwp"
}
]
}
}
}