Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Fix Eigen3 build issue #3

Open
DanielleHuisman opened this issue Apr 19, 2023 · 0 comments
Open

Fix Eigen3 build issue #3

DanielleHuisman opened this issue Apr 19, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@DanielleHuisman
Copy link
Member

The HeAP analytic placer in nextpnr is enabled by default since this commit. This project disabled that module, so Eigen3 wasn't required. In the latest build the following errors occurs when building using Emscripten:

CMake Error at CMakeLists.txt:229 (find_package):
  Could not find a package configuration file provided by "Eigen3" with any
  of the following names:

    Eigen3Config.cmake
    eigen3-config.cmake
-- Configuring incomplete, errors occurred!

  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.
@DanielleHuisman DanielleHuisman added the bug Something isn't working label Apr 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant