mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 14:49:02 +08:00
17 lines
464 B
Plaintext
17 lines
464 B
Plaintext
|
Source: lapack-reference
|
||
|
Version: 3.8.0
|
||
|
Description: LAPACK — Linear Algebra PACKage http://www.netlib.org/lapack/
|
||
|
Default-Features: blas-select
|
||
|
Build-Depends: vcpkg-gfortran (windows)
|
||
|
|
||
|
Feature: cblas
|
||
|
Description: Builds CBLAS
|
||
|
|
||
|
Feature: noblas
|
||
|
Build-Depends: openblas
|
||
|
Description: Use external optimized BLAS
|
||
|
|
||
|
Feature: blas-select
|
||
|
Build-Depends: lapack-reference[core, noblas](!windows|(windows&!static))
|
||
|
Description: Use external optimized BLAS
|