Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion ports/lapack-reference/FindLAPACK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ if(BLAS_FOUND)
"${BLAS_LIBRARIES}"
)
endif()
if(NOT LAPACK_LIBRARIES AND NOT WIN32)
if(NOT LAPACK_LIBRARIES)
check_lapack_libraries(
LAPACK_LIBRARIES
LAPACK
Expand All @@ -479,6 +479,19 @@ if(BLAS_FOUND)
"${BLAS_LIBRARIES}"
)
endif()
if(NOT LAPACK_LIBRARIES)
check_lapack_libraries(
LAPACK_LIBRARIES
LAPACK
cheev
""
"lapack;m;gfortran;quadmath"
""
""
""
"${BLAS_LIBRARIES}"
)
endif()
endif()
else()
message(STATUS "LAPACK requires BLAS")
Expand Down
6 changes: 3 additions & 3 deletions ports/lapack-reference/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lapack-reference",
"version": "3.11.0",
"port-version": 6,
"port-version": 7,
"description": "LAPACK - Linear Algebra PACKage",
"homepage": "https://netlib.org/lapack/",
"license": "BSD-3-Clause-Open-MPI",
Expand All @@ -16,7 +16,7 @@
},
{
"name": "vcpkg-gfortran",
"platform": "windows"
"platform": "windows & !mingw"
}
],
"default-features": [
Expand All @@ -32,7 +32,7 @@
"features": [
"noblas"
],
"platform": "!windows | !static"
"platform": "!windows | !static | mingw"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4242,7 +4242,7 @@
},
"lapack-reference": {
"baseline": "3.11.0",
"port-version": 6
"port-version": 7
},
"lastools": {
"baseline": "2.0.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/lapack-reference.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "03ec23ff643f6ac2f398923e46c0f68043ebf055",
"version": "3.11.0",
"port-version": 7
},
{
"git-tree": "c6447c2a6f70504bfbf20f2e649bcc17a6ce67de",
"version": "3.11.0",
Expand Down