mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:51:38 +08:00
4389f62145
* [openblas] make openblas build on MinGW * Portfile cleanup: Join separate vcpkg_check_feature calls and add double quotes according to maintainer guidelines. * Portfile cleanup: Migrate vcpkg cmake commands from deprecated to new functions. * Portfile cleanup: Migrate vcpkg cmake commands from deprecated to new functions (2) - missed a spot. * Re-factory code * version * [shogun] Fix include cblas path * version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
JSON
{
|
|
"name": "openblas",
|
|
"version": "0.3.15",
|
|
"port-version": 1,
|
|
"description": "OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.",
|
|
"homepage": "https://github.com/xianyi/OpenBLAS",
|
|
"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"
|
|
},
|
|
"simplethread": {
|
|
"description": "Use simple thread",
|
|
"dependencies": [
|
|
{
|
|
"name": "openblas",
|
|
"features": [
|
|
"threads"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"threads": {
|
|
"description": "Use a threading backend",
|
|
"dependencies": [
|
|
{
|
|
"name": "pthread",
|
|
"platform": "!windows & !uwp"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|