Description
Prior to this change, if the build environment doesn't have non-MKL LAPACK libraries installed while Intel MKL is installed, then even when the user didn't turn ON using MKL due to the current check, LAPACK was enabled which resulted in build failure with missing headers/libraries.
Changes to Users
None to Application developers unless they are building ArrayFire themselves. In which case, they would now be able to build ArrayFire without linear algebra routines support in the above specified scenario.
Checklist
- Rebased on latest master
- Code compiles
- Tests pass
[ ] Functions added to unified API[ ] Functions documented