mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:51:47 +08:00
ae56ff4adb
* Re-apply CLAPACK_FOUND fix * Update version
19 lines
336 B
JSON
19 lines
336 B
JSON
{
|
|
"name": "clapack",
|
|
"version": "3.2.1",
|
|
"port-version": 22,
|
|
"description": "CLAPACK (f2c'ed version of LAPACK)",
|
|
"homepage": "https://www.netlib.org/clapack",
|
|
"dependencies": [
|
|
"blas",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|