mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:29:07 +08:00
fabf35daf3
* udpate lapack stuff * version stuff * update baseline * fix logic. * version stuff * Update ports/lapack-reference/portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * version update * move entries in ci baseline around Co-authored-by: Alexander Neumann <you@example.com> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
17 lines
336 B
JSON
17 lines
336 B
JSON
{
|
|
"name": "lapack",
|
|
"version-date": "2022-02-22",
|
|
"description": "Metapackage for packages which provide LAPACK",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "clapack",
|
|
"platform": "(arm & windows) | uwp"
|
|
},
|
|
{
|
|
"name": "lapack-reference",
|
|
"platform": "!((arm & windows) | uwp)"
|
|
}
|
|
]
|
|
}
|