diff --git a/meta-oe/recipes-devtools/lapack/lapack_3.12.1.bb b/meta-oe/recipes-devtools/lapack/lapack_3.12.1.bb index f18ef1f292..7cb6c097f3 100644 --- a/meta-oe/recipes-devtools/lapack/lapack_3.12.1.bb +++ b/meta-oe/recipes-devtools/lapack/lapack_3.12.1.bb @@ -101,3 +101,6 @@ do_install_ptest () { sed -i -e 's#${PYTHON}#/usr/bin/python3#g' `find ${D}${PTEST_PATH} -name CTestTestfile.cmake` sed -i -e 's#${WORKDIR}##g' `find ${D}${PTEST_PATH} -name CTestTestfile.cmake` } + +# It needs fortran compiler and we do not enable fortran with clang yet +TOOLCHAIN = "gcc"