A few years ago macOS make it possible to use a non-ancient version of LAPACK. In order to use that version you need to set compiler flags
-DACCELERATE_NEW_LAPACK=1 -DACCELERATE_LAPACK_ILP64=1
I believe these need to be set when building blaspp, since lapackpp finds LAPACK via blaspp.
I've tried setting these on my laptop with no success.
A few years ago macOS make it possible to use a non-ancient version of LAPACK. In order to use that version you need to set compiler flags
I believe these need to be set when building blaspp, since lapackpp finds LAPACK via blaspp.
I've tried setting these on my laptop with no success.