Skip to content

Undo Eigen Mac fix #504

@ChrisJChang

Description

@ChrisJChang

Ida updates her mac to version 14.6.1, and a fix to finding the correct Eigen include directory now breaks the build. This happens because when we find the eigen include directory, we are tacking on a libomp prefix Undoing the changes that were made can successfully run cmake.

Relevant Lines (CMakeLists.txt):

  # If the OpenMP headers live in a special location due to 
  # being installed with brew, we need to tell Eigen3 about it.
  if (FOUND_BREW_OPENMP)
    set(EIGEN3_INCLUDE_DIR "${EIGEN3_INCLUDE_DIR} -I${BREW_LIBOMP_PREFIX}/include")
  endif()

Note: flexibleSUSY was breaking with an error shown by Ida below. But this has now been solved (problem with her Boost install).

Metadata

Metadata

Assignees

No one assigned

    Labels

    1 Core pointA core task that should be relatively easy to tackle without prior Core experienceCoreCore group taskbuild

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions