In our project we use Armadillo and IntelMKL extensively, and Armadillo expects the LAPACK signature to be conformant to the ones on netlib.
Similar to what happened with a previous release (https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/...), the latest version of intel MKL (2020.1.216) seems to introduce the LU factorisation ?getrf as NOTHROW methods. This breaks the compilation, which is fixed by declaring noexecpt the corresponding armadillo methods.
For those who might need it: https://gitlab.com/vincenzo.ferrazzano/armadillo-code/-/commits/fix/9.87...
Why are these methods, and it seems only these methods declared as NOTHROW?
Should we expect more of these signature changes in the future?