openfast
openfast copied to clipboard
Compiling OpenFAST source code using VS code in Windows with gfrotran
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?
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.
Closing due to lack of response. If this didn't solve your issue, feel free to reopen.