mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 23:11:17 +08:00
17 lines
314 B
JSON
17 lines
314 B
JSON
|
{
|
||
|
"name": "lapack",
|
||
|
"version-string": "3",
|
||
|
"port-version": 2,
|
||
|
"description": "Metapackage for packages which provide LAPACK",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "clapack",
|
||
|
"platform": "arm & windows"
|
||
|
},
|
||
|
{
|
||
|
"name": "lapack-reference",
|
||
|
"platform": "!arm | !windows"
|
||
|
}
|
||
|
]
|
||
|
}
|