OpenBLAS/cmake
Kirill A. Korinsky 08fde5ebd2
Use 64bit build on `CMAKE_SYSTEM_PROCESSOR=i386` on Darwin
Here a bit tricky things.

A value `CMAKE_SYSTEM_PROCESSOR` is came from output of `uname -m` which
migth be 32bit with 64bit building applicaiton.

So, for that case use `CMAKE_SIZEOF_VOID_P` to detect the target.

See https://trac.macports.org/ticket/68488
2023-11-30 21:24:58 +00:00
..
OpenBLASConfig.cmake.in Add template for OpenBLASConfig.cmake 2018-06-10 09:25:46 +02:00
arch.cmake Use defined variable for riscv64 in arch.cmake 2023-07-28 04:50:16 +03:00
cc.cmake Add support for compiling SVE kernels with the NVIDIA HPC compiler 2023-08-25 17:11:04 +02:00
export.cmake Support USE_PERL fallback for gensymbol 2022-05-22 18:36:24 +02:00
f_check.cmake C_LAPACK: Fixes to make it compile with MSVC (#3605) 2022-04-17 17:49:38 +02:00
fc.cmake Merge pull request #4170 from felixonmars/patch-2 2023-08-12 09:21:05 +02:00
kernel.cmake Modify the order that cmake set the KERNEL variables (generic now is fallback) 2021-11-24 20:08:35 -06:00
lapack.cmake Implement truncated QR with pivoting (Reference-LAPACK PR 891) 2023-11-15 12:10:20 +01:00
lapacke.cmake Add interfaces for Dynamic Mode Decomposition (Reference-LAPACK PR 736) 2023-06-20 14:55:26 +02:00
openblas.pc.in fix INTERFACE64/USE64BITINT reporting 2022-10-18 17:28:07 +02:00
os.cmake Fix target test 2020-11-02 23:17:46 +01:00
prebuild.cmake Add ARMV5 to CMAKE prebuild.cmake for cross-compiles (#3959) 2023-03-26 00:22:06 +01:00
system.cmake Add support for compiling SVE kernels with the NVIDIA HPC compiler 2023-08-25 17:11:04 +02:00
system_check.cmake Use 64bit build on `CMAKE_SYSTEM_PROCESSOR=i386` on Darwin 2023-11-30 21:24:58 +00:00
utils.cmake Add CMake dynamic build for Sapphire Rapids 2023-05-20 14:13:49 +08:00