mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Merge topic 'ci-linkcheck'
246e72e4a9 Help: Replace OpenBLAS links with their permanent redirects
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !12511
This commit is contained in:
@@ -122,7 +122,7 @@ Modules
|
||||
from git repositories.
|
||||
|
||||
* The :module:`FindBLAS` and :module:`FindLAPACK` modules learned to
|
||||
support `OpenBLAS <https://www.openblas.net>`__.
|
||||
support `OpenBLAS <https://www.openmathlib.org/OpenBLAS>`__.
|
||||
|
||||
* The :module:`FindCUDA` module learned to find the ``cublas_device`` library.
|
||||
|
||||
|
||||
@@ -801,7 +801,7 @@ if(BLA_VENDOR STREQUAL "FlexiBLAS" OR BLA_VENDOR STREQUAL "All")
|
||||
unset(_blas_flexiblas_lib)
|
||||
endif()
|
||||
|
||||
# OpenBLAS? (http://www.openblas.net)
|
||||
# OpenBLAS? (https://www.openmathlib.org/OpenBLAS)
|
||||
if(BLA_VENDOR STREQUAL "OpenBLAS" OR BLA_VENDOR STREQUAL "All")
|
||||
set(_blas_openblas_lib "openblas")
|
||||
|
||||
|
||||
@@ -522,7 +522,7 @@ if(NOT LAPACK_NOT_FOUND_MESSAGE)
|
||||
unset(_lapack_flexiblas_lib)
|
||||
endif()
|
||||
|
||||
# OpenBLAS? (http://www.openblas.net)
|
||||
# OpenBLAS? (https://www.openmathlib.org/OpenBLAS)
|
||||
if(NOT LAPACK_LIBRARIES
|
||||
AND (BLA_VENDOR STREQUAL "OpenBLAS" OR BLA_VENDOR STREQUAL "All"))
|
||||
set(_lapack_openblas_lib "openblas")
|
||||
|
||||
Reference in New Issue
Block a user