vcpkg/ports/lapack-reference/CONTROL
bucurb 0f05959612
[Faiss] Fix dependencies (#18780)
* fixed targets

* bumped port version

* updated sha

* lapack-reference should always write into lapack

* lapack-reference sha

* Fixed clapack target

* versions

* sha

* ensure cmake finds the cuda compiler

* sha
2021-07-16 12:03:54 -07:00

18 lines
467 B
Plaintext

Source: lapack-reference
Version: 3.8.0
Port-Version: 5
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: blas
Description: Use external optimized BLAS
Feature: blas-select
Build-Depends: lapack-reference[core, noblas](!windows|!static)
Description: Use external optimized BLAS