-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
1 Core pointA core task that should be relatively easy to tackle without prior Core experienceA core task that should be relatively easy to tackle without prior Core experienceCoreCore group taskCore group taskbuild
Description
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
Labels
1 Core pointA core task that should be relatively easy to tackle without prior Core experienceA core task that should be relatively easy to tackle without prior Core experienceCoreCore group taskCore group taskbuild