mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:29:01 +08:00
0bc3f04da6
Co-authored-by: Alexander Neumann <you@example.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
22 lines
511 B
JSON
22 lines
511 B
JSON
{
|
|
"$comment": "Keep the platform expressions in sync with the wrappers installed by the portfiles!",
|
|
"name": "lapack",
|
|
"version-date": "2023-06-10",
|
|
"description": "Metapackage for packages which provide LAPACK",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "clapack",
|
|
"platform": "uwp | (arm & windows)"
|
|
},
|
|
{
|
|
"name": "lapack-reference",
|
|
"platform": "!osx & !ios & !uwp & !(arm & windows)"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|