Skip to content

Find{BLAS,LAPACK}: Add support for ArmPL targets

Added support for the Arm Performance Libraries (ArmPL) which provide an implementation of BLAS, LAPACK and FFTW for use on Arm Linux systems. https://developer.arm.com/tools-and-software/server-and-hpc/compile/arm-compiler-for-linux/arm-performance-libraries Two new BLA_VENDORs, Arm and Arm_ilp64 (for 64-bit integer), following the MKL convention. Also support for OpenMP via the OpenMP_FOUND variable. Tested to work with both the Arm Compiler for Linux and GCC.

Edited by Brad King

Merge request reports