mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
0bc3f04da6
Co-authored-by: Alexander Neumann <you@example.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
20 lines
351 B
JSON
20 lines
351 B
JSON
{
|
|
"name": "clapack",
|
|
"version": "3.2.1",
|
|
"port-version": 23,
|
|
"description": "CLAPACK (f2c'ed version of LAPACK)",
|
|
"homepage": "https://netlib.org/lapack/",
|
|
"license": null,
|
|
"dependencies": [
|
|
"blas",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|