shogun-toolbox / shogun

Shōgun
http://shogun-toolbox.org
BSD 3-Clause "New" or "Revised" License
3.03k stars 1.04k forks source link

Eigen3.3.8 is not supported #5131

Closed yiransii closed 3 years ago

yiransii commented 4 years ago

Hello, I am trying to build Shogun, but my Mac OS has Eigen3.3.8, and the Checklist has this error checking:

  IF(${EIGEN3_VERSION_STRING} VERSION_GREATER 3.3.7)
    MESSAGE(FATAL_ERROR "The system Eigen3 version ${EIGEN_VERSION} isn't supported!")
  ENDIF()
  SHOGUN_INCLUDE_DIRS(SCOPE PUBLIC SYSTEM ${EIGEN3_INCLUDE_DIR})

Any workaround? thanks!

gf712 commented 3 years ago

Hi, I can try and build shogun with Eigen 3.3.8 and see if it works. If so I will bump the required Eigen version