mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 00:29:56 +08:00
3efae11c36
closes #36801 closes #36253 closes #36044 ~~includes #24327 to fix dlib linkage in the osx pipelines.~~ Need to look at ~~#36044~~ ~~#36345~~ merge after - [x] #37561 --------- Co-authored-by: Alexander Neumann <you@example.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
JSON
{
|
|
"name": "lapack-reference",
|
|
"version": "3.11.0",
|
|
"port-version": 6,
|
|
"description": "LAPACK - Linear Algebra PACKage",
|
|
"homepage": "https://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",
|
|
"supports": "!windows | !static",
|
|
"dependencies": [
|
|
"blas"
|
|
]
|
|
}
|
|
}
|
|
}
|