Skip to Content

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:
and 4 transitive dependencies:
Host Dependencies:
2 transitive dependencies:

# 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:
and 3 transitive dependencies:
Host Dependencies:
2 transitive dependencies:

# Dependencies

No transitive dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • Alexander Neumann's avatar Alexander Neumann
  • jgehw's avatar jgehw
  • Stefano Sinigardi's avatar Stefano Sinigardi
  • NancyLi1013's avatar NancyLi1013
  • ras0219's avatar ras0219
  • Eli Arzhannikov's avatar Eli Arzhannikov
  • bucurb's avatar bucurb
  • Jack·Boos·Yu's avatar Jack·Boos·Yu
  • Kai Pastor's avatar Kai Pastor
  • Billy O'Neal's avatar Billy O'Neal
  • Frank's avatar Frank
  • jim wang's avatar jim wang

# Changelog

  • 3efae11 [vtkm|vtk|paraview] update ports (#37119)
  • 6d2c971 [lapack-reference] Fixed lapack.lib not being found when linking using cmake under Windows (#38035)
  • 1b2372f [lapack-reference] Remove _ in wrapper (#38100)
  • 0bc3f04 [blas/lapack] force vendor (#24327)
  • ae86809 [lapack-reference] Disable Test program (#35920)
  • 9484a57 Update vcpkg-tool to 2023-02-16. (#29664)
  • 85d7c82 [lapack-reference] Update, fixes (#28679)
  • c43d8d2 [lapack-reference] update to 3.10.1 (#24865)
  • fabf35d [lapack-reference] Update to 3.10 (#23228)
  • 620cb9a [vcpkg baseline][lapack-reference] Fix copy openblas's pkgconfig file (#19628)
and 10 more commits:

# Source