T2accel does not compile when BLAS exists but LAPACK does not.

Issue #10 open
Stefan Oslowski created an issue

T2accel doesn't compile if HAVE_BLAS is 1 and HAVE_LAPACK is not 1

Comments (4)

  1. Michael Keith

    Yeah... I think that I assumed that LAPACK was a subset of BLAS, but it's actually the other way around. Will be fixed when the advanced linear algebra branch is merged as this deals with the BLAS/LAPACK stuff much better. For now, can disable accelerated processing by disabling BLAS, or install LAPACK!

  2. Log in to comment