lapack-reference v3.11.0
- Created
- Updated
LAPACK - Linear Algebra PACKage
# Usage
lapack-reference provides CMake targets:
find_package(lapack CONFIG REQUIRED)
target_link_libraries(main PRIVATE lapack)
lapack-reference is compatible with built-in CMake targets:
find_package(LAPACK REQUIRED)
target_link_libraries(main PRIVATE LAPACK::LAPACK)
# License
# Supported Platforms
All platforms are supported
# Features
Default feature: blas-select
# blas-select default
Use external optimized BLAS
Dependencies:
lapack-reference
Platforms:
!windows | !static
Features:noblas
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by openblas )
- vcpkg-cmake-config (by pthreads )
# cblas
Builds CBLAS
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# noblas
Use external optimized BLAS
Supports: !windows | !static
- ✅ linux
- ✅ osx
- ✅ uwp
- ✅ windows-dynamic
- ❌
windows-static
Dependencies:
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by openblas )
- vcpkg-cmake-config (by pthreads )
# Dependencies
vcpkg-gfortran
Platforms:
windows
No transitive dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
- blas
- cblas
- lapack
- lapack-reference (feature
blas-select
)
# Host Dependents
No dependents.
# Contributors
- Alexander Neumann
- jgehw
- Stefano Sinigardi
- NancyLi1013
- ras0219
- Eli Arzhannikov
- bucurb
- Jack·Boos·Yu
- Kai Pastor
- Billy O'Neal
- Frank
- jim wang