mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 14:26:03 +08:00
dec95c6eae
* Fix C/CXX flag customization in openblas * Update ports/openblas/portfile.cmake Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> * Update versions * Update versions/o-/openblas.json * Fix merge conflict * Update versions/o-/openblas.json Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
33 lines
683 B
JSON
33 lines
683 B
JSON
{
|
|
"name": "openblas",
|
|
"version": "0.3.10",
|
|
"port-version": 3,
|
|
"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": [
|
|
"threads"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"threads": {
|
|
"description": "Use a threading backend",
|
|
"dependencies": [
|
|
{
|
|
"name": "pthread",
|
|
"platform": "!windows & !uwp"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|