lapack-referencev3.12.1
- Updated
LAPACK - Linear Algebra PACKage
- Project website: https://netlib.org/lapack/
#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)#Supported Platforms
All platforms supported.
#Features
Default feature: blas-select
#blas-selectdefault
Use external optimized BLAS
Dependencies:
lapack-reference
Platforms:
!windows | !static | mingw
Features:noblas
and 2 transitive dependencies:
- blas (through lapack-reference)
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through openblas)
- vcpkg-cmake-config (through openblas)
#noblas
Use external optimized BLAS
Platforms: !windows | !static | mingw
- ✅linux
- ✅osx
- ✅uwp
- ✅windows-dynamic
- ❌
windows-static
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through openblas)
- vcpkg-cmake-config (through openblas)
#Used By
- lapack
- lapack-reference (feature
blas-select)
#Host Tool For
No ports use this.
#Contributors
Alexander Neumann
jgehw
Stefano Sinigardi
NancyLi1013
ras0219
Eli Arzhannikov
bucurb
Jack·Boos·Yu
Kai Pastor
Billy O'Neal
Frank
jim wang
Jaap Aarts