You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
d8f540bef0
Fix the following build failure without BUILD_COMPLEX raised since bump
to version 3.10.1 in commit b3e96b1fb0 and
https://github.com/Reference-LAPACK/lapack/commit/bd1fba15d0d6f54891cb822f4ab2e8afd0a3ea4b:
CMake Error at LAPACKE/CMakeLists.txt:38 (message):
LAPACKE_BUILD_COMPLEX requires BUILD_COMPLEX to be ON
CMake Error at LAPACKE/CMakeLists.txt:38 (message):
LAPACKE_BUILD_COMPLEX16 requires BUILD_COMPLEX16 to be ON
Fixes:
- http://autobuild.buildroot.org/results/418d15f734c87a70edf0d670c0548d550e6e70ba
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>