Skip to content

Conversation

@chhtz
Copy link
Member

@chhtz chhtz commented Jan 7, 2026

Not sure if that is the correct way to handle compatibility with rice 4.x

EXT_RICE base_types_ruby Eigen.cpp init.cpp)
endif(SISL_FOUND)

target_compile_features(base_types_ruby PUBLIC cxx_std_17)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is base-types ... I would avoid doing that blindly.

If the goal is to support rice > 4, could you do it conditionally.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By "conditionally", do you mean checking the rice version, or adding a cmake flag?
I can try either. I think I had problems finding out the rice version (by cmake), but it has been a while (I had this change as local fix some time before I made this PR)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants