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:
Brad King
2026-09-15 10:13:36 -04:00
committed by Kitware Robot
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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")
+1 -1
View File
@@ -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")