summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-10-06 14:17:24 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-10-06 14:17:46 (GMT)
commitca2bc33626897bdea801ba86d0beccbf75e3f27c (patch)
treecca43233f45289f25ef985805b11eeaacf4ed5ad /Help
parent0c606d0c3d2068cbaef4a5e29c1bffdaa2e56139 (diff)
parent64038fd5bc901f90cf0ab5a76b562db455d66c22 (diff)
downloadCMake-ca2bc33626897bdea801ba86d0beccbf75e3f27c.zip
CMake-ca2bc33626897bdea801ba86d0beccbf75e3f27c.tar.gz
CMake-ca2bc33626897bdea801ba86d0beccbf75e3f27c.tar.bz2
Merge topic 'find-blas-lapack-sizeof-integer'
64038fd5bc Help: Add release notes for Find{BLAS,LAPACK} BLA_SIZEOF_INTEGER option 972489ae4e Find{BLAS,LAPACK}: Provide testing of BLA_SIZEOF_INTEGER 95219365ff Find{BLAS,LAPACK}: Make possible testing of ILP64 model 2cd94f3e57 Find{BLAS,LAPACK}: Specify integer type in tests 9b69307b56 Find{BLAS,LAPACK}: De-duplicate and generalize test creation logic 91fd645d46 FindLAPACK: Stop processing if LAPACK library does not have 64-bit integer API b8a3cea51f FindBLAS: Stop processing if BLAS library does not have 64-bit integer API d2f5c7856f FindLAPACK: Search 32/64-bit integer API via BLA_SIZEOF_INTEGER if possible ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6407
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/find-blas-lapack-sizeof-integer.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/find-blas-lapack-sizeof-integer.rst b/Help/release/dev/find-blas-lapack-sizeof-integer.rst
new file mode 100644
index 0000000..bb20654
--- /dev/null
+++ b/Help/release/dev/find-blas-lapack-sizeof-integer.rst
@@ -0,0 +1,6 @@
+find-blas-lapack-sizeof-integer
+-------------------------------
+
+* The :module:`FindBLAS` and :module:`FindLAPACK` modules gained
+ a ``BLA_SIZEOF_INTEGER`` option to find a BLAS/LAPACK whose ABI
+ uses a specific integer size.