vcpkg/ports/clapack/vcpkg.json
Alexander Neumann 0bc3f04da6
[blas/lapack] force vendor (#24327)
Co-authored-by: Alexander Neumann <you@example.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-04-08 11:15:54 -07:00

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
}
]
}