2021-08-28 08:02:02 +08:00
|
|
|
{
|
|
|
|
"name": "lapack-reference",
|
2023-01-05 04:37:43 +08:00
|
|
|
"version": "3.11.0",
|
2024-04-25 00:40:43 +08:00
|
|
|
"port-version": 5,
|
2022-02-25 02:47:52 +08:00
|
|
|
"description": "LAPACK - Linear Algebra PACKage",
|
2024-04-09 02:15:54 +08:00
|
|
|
"homepage": "https://netlib.org/lapack/",
|
2022-02-25 02:47:52 +08:00
|
|
|
"license": "BSD-3-Clause-Open-MPI",
|
2021-08-28 08:02:02 +08:00
|
|
|
"dependencies": [
|
2022-02-25 02:47:52 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-08-28 08:02:02 +08:00
|
|
|
{
|
|
|
|
"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",
|
2024-04-09 02:15:54 +08:00
|
|
|
"supports": "!windows | !static",
|
2021-08-28 08:02:02 +08:00
|
|
|
"dependencies": [
|
|
|
|
"blas"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|