mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:02:15 +08:00
620cb9ad5d
* [lapack-reference] Fix copy openblas's pkgconfig file * version * Use vcpkg-cmake and vcpkg-cmake-config instead * version stuff * Restore the changes about vcpkg-cmake-configure / vcpkg-cmake-install * update version keyword * version
45 lines
904 B
JSON
45 lines
904 B
JSON
{
|
|
"name": "lapack-reference",
|
|
"version-semver": "3.8.0",
|
|
"port-version": 6,
|
|
"description": "LAPACK — Linear Algebra PACKage",
|
|
"homepage": "http://www.netlib.org/lapack/",
|
|
"dependencies": [
|
|
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|