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

Undo removal of archives for allowing kernels to link at runtime #112

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

anutosh491
Copy link
Contributor

For running an external library like symengine, the xeus-cpp kernel would have to link against libsymengine.a at runtime !
Hence we shouldn't be getting rid of archives for the same.

This was done if we link symengine during build time (before running the jupyterlite build when the filtering comes into play) but should be possible during runtime too !

image

@martinRenou martinRenou added the bug Something isn't working label Jan 24, 2025
Copy link
Contributor

@martinRenou martinRenou left a comment

Choose a reason for hiding this comment

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

Thanks!

@martinRenou martinRenou merged commit 62778c0 into emscripten-forge:main Jan 24, 2025
4 of 5 checks passed
@anutosh491 anutosh491 deleted the patch-1 branch January 24, 2025 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants