My IDE is: Code::Blocks 20.03 ( compiler: mingw 9.2.0 ) My OS is: Windows 10 Home 2004 x64
I intend to use LAPACK
and BLASE
libraries with gfortran programs.
I followed the instructions from the site: icl.cs.utk.edu/lapack-for-windows/lapack/index.html#libraries
Section: Build Instructions to create LAPACK and LAPACKE 3.5.0 dlls for Windows with MinGW.
I used CMake according to the steps listed in the link I posted. I had no problems during the process itself. The contents of the directory named lib after completion are:
I try to find out on the internet and I follow the instruction from this question:
I also read the instructions from the code :: blocks manual( including libraries, LibFinder...)...
After build and run I got this message:
Is there a way to use the specified libraries in the specified IDE because I need them to solve certain problems from fitting data with a polynomial of a certain degree ( I do not have a money to use Intel MKL)?