rokzitko / nrgljubljana

NRG Ljubljana is a numerical renormalization group implementation for solving quantum impurity problems in theoretical physics
GNU General Public License v3.0
31 stars 8 forks source link

[cmake] Properly link against both blas and lapack libraries #4

Closed Wentzell closed 4 years ago

Wentzell commented 4 years ago

On Mac OS when using Accelerate Framework, find_package(LAPACK) will only set BLAS_LIBRARIES and BLAS_LINKER_FLAGS. We have to properly add them to the interface targets.