mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
38 lines
661 B
JSON
38 lines
661 B
JSON
{
|
|
"name": "vcpkg-ci-openblas",
|
|
"version-string": "ci",
|
|
"description": "Test openblas",
|
|
"license": null,
|
|
"dependencies": [
|
|
"openblas",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"all"
|
|
],
|
|
"features": {
|
|
"all": {
|
|
"description": "Test (mostly) everything",
|
|
"dependencies": [
|
|
{
|
|
"name": "openblas",
|
|
"features": [
|
|
"dynamic-arch"
|
|
],
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "openblas",
|
|
"features": [
|
|
"threads"
|
|
],
|
|
"platform": "!windows"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|