From b9393fb02553d2e62aef5586372f61bfde2d06a1 Mon Sep 17 00:00:00 2001 From: CSylvain Date: Wed, 7 Aug 2019 21:13:11 +0000 Subject: [PATCH] Eigen3 dependency need to add the Eigen3 dev dependency to the list '''CMake Error at CMakeLists.txt:193 (find_package): Could not find a package configuration file provided by "Eigen3" with any of the following names: Eigen3Config.cmake eigen3-config.cmake Add the installation prefix of "Eigen3" to CMAKE_PREFIX_PATH or set "Eigen3_DIR" to a directory containing one of the above files. If "Eigen3" provides a separate development package or SDK, be sure it has been installed. -- Configuring incomplete, errors occurred! --- summon-fpga-tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/summon-fpga-tools.sh b/summon-fpga-tools.sh index 23f58d4..30285f1 100755 --- a/summon-fpga-tools.sh +++ b/summon-fpga-tools.sh @@ -17,7 +17,7 @@ # # apt-get install flex bison libgmp3-dev libmpfr-dev libncurses5-dev \ # libmpc-dev autoconf texinfo build-essential libftdi-dev zlib1g-dev git \ -# gperf +# gperf libeigen3-dev # # Or on Ubuntu Maverick give `apt-get build-dep gcc-4.5` a try. #