http://bugzilla.opensuse.org/show_bug.cgi?id=1148642 Bug ID: 1148642 Summary: Eigen3Config.cmake incorrect Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.1 Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development Assignee: bnc-team-screening@forge.provo.novell.com Reporter: ajmay81@googlemail.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- /usr/share/eigen3/cmake/Eigen3Config.cmake contains the following lines which are clearly not correct: set (EIGEN3_INCLUDE_DIR "${PACKAGE_PREFIX_DIR}/${PACKAGE_PREFIX_DIR}/include") set (EIGEN3_INCLUDE_DIRS "${PACKAGE_PREFIX_DIR}/${PACKAGE_PREFIX_DIR}/include") and this results in cmake determining EIGEN3_INCLUDE_DIR to be /usr//usr/include/eigen3. I think this all comes from: https://build.opensuse.org/package/view_file/openSUSE:Leap:15.1/eigen3/eigen... where there appears to be a misunderstanding as to what -DINCLUDE_INSTALL_DIR is specifying. -- You are receiving this mail because: You are on the CC list for the bug.