mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:51:48 +08:00
85d7c82eef
* [cmake-user] Test FindLAPACK.cmake * Minor cleanup * Avoid release-only lib variable * Fix usage of external blas * Update to 3.11 * Add usage doc * Update versions
49 lines
974 B
JSON
49 lines
974 B
JSON
{
|
|
"name": "lapack-reference",
|
|
"version": "3.11.0",
|
|
"description": "LAPACK - Linear Algebra PACKage",
|
|
"homepage": "http://www.netlib.org/lapack/",
|
|
"license": "BSD-3-Clause-Open-MPI",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-gfortran",
|
|
"platform": "windows"
|
|
}
|
|
],
|
|
"default-features": [
|
|
"blas-select"
|
|
],
|
|
"features": {
|
|
"blas-select": {
|
|
"description": "Use external optimized BLAS",
|
|
"dependencies": [
|
|
{
|
|
"name": "lapack-reference",
|
|
"default-features": false,
|
|
"features": [
|
|
"noblas"
|
|
],
|
|
"platform": "!windows | !static"
|
|
}
|
|
]
|
|
},
|
|
"cblas": {
|
|
"description": "Builds CBLAS"
|
|
},
|
|
"noblas": {
|
|
"description": "Use external optimized BLAS",
|
|
"dependencies": [
|
|
"blas"
|
|
]
|
|
}
|
|
}
|
|
}
|