Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force version of libstdc++ to 9.3.0 to fix cling kernel #207

Merged
merged 1 commit into from
Oct 21, 2022

Conversation

rcurtin
Copy link
Member

@rcurtin rcurtin commented Oct 12, 2022

It seems like somehow libstdc++ got upgraded to 9.5.0 in the conda environment, but this is incompatible with the version of cling that gets installed.

This fix just forces the version to be 9.3.0, so it works again.

I also removed ijavascript because keeping it in there caused some build issue that I did not take the time to debug.

Also, I found that the system uses Python 3.7, not 3.9, so I updated the path in xeus-cling.hpp.

I tested this on mybinder.org and ran through the Avocado price prediction notebook successfully.

@github-actions
Copy link

Binder 👈 Launch a binder notebook on branch rcurtin/examples/binder-fix

Copy link
Member

@zoq zoq left a comment

Choose a reason for hiding this comment

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

Nice.

Copy link

@mlpack-bot mlpack-bot bot left a comment

Choose a reason for hiding this comment

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

Second approval provided automatically after 24 hours. 👍

@rcurtin rcurtin merged commit ce18a14 into mlpack:master Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants