openfast icon indicating copy to clipboard operation
openfast copied to clipboard

Compiling OpenFAST source code using VS code in Windows with gfrotran

Open YangLeiTH opened this issue 9 months ago • 1 comments

When I compile OpenFAST using VSCode, the CMake file reports an error: "Unable to find BLAS and LAPACK." Do I need to install the BLAS and LAPACK packages separately?

Image

YangLeiTH avatar Mar 15 '25 03:03 YangLeiTH

Yes, you will need to install BLAS/LAPACK separately. How did you install gfortran? If you used mingw then you can download the Windows binaries of OpenBLAS from https://github.com/OpenMathLib/OpenBLAS/releases and unzip to the mingw directory.

deslaughter avatar Mar 16 '25 16:03 deslaughter

Closing due to lack of response. If this didn't solve your issue, feel free to reopen.

deslaughter avatar Sep 08 '25 18:09 deslaughter