vcpkg/ports/clapack/vcpkg.json
Daniel Ju ae56ff4adb
[clapack] Initialize clapack variables (#32034)
* Re-apply CLAPACK_FOUND fix

* Update version
2023-06-16 16:05:02 -07:00

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