early-access version 2853
This commit is contained in:
51
externals/vcpkg/ports/openblas/vcpkg.json
vendored
Executable file
51
externals/vcpkg/ports/openblas/vcpkg.json
vendored
Executable file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"name": "openblas",
|
||||
"version": "0.3.20",
|
||||
"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": "!(windows & arm)",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user