diff options
| author | Stefano Sinigardi <stesinigardi@hotmail.com> | 2020-11-18 22:55:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-18 13:55:25 -0800 |
| commit | 3e2120fe2b46d903628224bc2f0c229d99521b78 (patch) | |
| tree | 30dbb848ee1474e9cd211c4217239d8427ef7b65 /ports/lapack | |
| parent | 3217e2559619d0a6b1d2a78e2a944f2aba84e8ce (diff) | |
| download | vcpkg-3e2120fe2b46d903628224bc2f0c229d99521b78.tar.gz vcpkg-3e2120fe2b46d903628224bc2f0c229d99521b78.zip | |
[BLAS] add metaport (#13448)
* [BLAS] add metaport
* [openblas] enable also on macOS to allow lapack-reference previous setup
* [clapack] bump port version
* [blas, lapack] Remove incorrect comments about "outside vcpkg"
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/lapack')
| -rw-r--r-- | ports/lapack/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | ports/lapack/CONTROL | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ports/lapack/CMakeLists.txt b/ports/lapack/CMakeLists.txt index 07b2818b1..ddd7883b1 100644 --- a/ports/lapack/CMakeLists.txt +++ b/ports/lapack/CMakeLists.txt @@ -2,4 +2,3 @@ cmake_minimum_required(VERSION 3.17) project(Find_LAPACK_external)
find_package(LAPACK REQUIRED)
-#TODO make sure that the found LAPACK is outside VCPKG
\ No newline at end of file diff --git a/ports/lapack/CONTROL b/ports/lapack/CONTROL index aad8e3cf8..6147ef3a8 100644 --- a/ports/lapack/CONTROL +++ b/ports/lapack/CONTROL @@ -1,4 +1,5 @@ Source: lapack
Version: 3
+Port-Version: 1
Description: Metapackage for packages which provide LAPACK
Build-Depends: clapack(arm&windows), lapack-reference(!arm|!windows)
|
