mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:12:19 +08:00
0f05959612
* fixed targets * bumped port version * updated sha * lapack-reference should always write into lapack * lapack-reference sha * Fixed clapack target * versions * sha * ensure cmake finds the cuda compiler * sha
11 lines
214 B
JSON
11 lines
214 B
JSON
{
|
|
"name": "clapack",
|
|
"version-string": "3.2.1",
|
|
"port-version": 19,
|
|
"description": "CLAPACK (f2c'ed version of LAPACK)",
|
|
"homepage": "https://www.netlib.org/clapack",
|
|
"dependencies": [
|
|
"blas"
|
|
]
|
|
}
|