Dependency Location: BLAS_LIBRARIES

Issue #317 resolved
Nycholas Maia created an issue

I’m newer in Blaze and I’m using CMake-GUI to get the Blaze 3.6 header files.

I chose these CMake configure options:

  • Microsoft Visual Studio 2019
  • x64

And I unchecked the USE_LAPACK and checked the BLAZE_BLAS_MODE

And I got this error message:

Could NOT find BLAS (missing: BLAS_LIBRARIES)

I have Intel Parallel Studio XE 2019 (Cluster Edition) installed in my machine which included the Intel MKL:
Link: https://software.intel.com/en-us/parallel-studio-xe

So, how can I tell to CMake to use the Intel MKL installed in my machine?

My Setup is:
OS: Windows 10 x64
CMake: 3.14.3
Blaze: 3.6

Comments (1)

  1. Klaus Iglberger

    Hi Nycholas!

    If you select BLAZE_BLAS_MODE CMake will try to find your BLAS installation via the FindBLAS library (see the CMake documentation). It appears as if the libraries are not properly detected. I hope this helps,

    Best regards,

    Klaus!

  2. Log in to comment