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

[MATLAB][Packaging] .lib files should not be included in the MLTBX package file for the MATLAB interface #40903

Open
kevingurney opened this issue Mar 29, 2024 · 0 comments

Comments

@kevingurney
Copy link
Member

Describe the bug, including details regarding any error messages, version, and platform.

This is a follow up to #38660 (comment).

We should prevent the .lib files under ./fsroot/+libmexclass/+proxy/ from being included in the MLTBX file for the MATLAB interface, since those shouldn't be required as runtime dependencies. We suspect that the fact that these are being included may be due to a bug in mathworks/libmexclass somewhere in the implementation of the install_imported_target function defined here: https://github.com/mathworks/libmexclass/blob/main/libmexclass/cpp/CMakeLists.txt#L18.

Component(s)

MATLAB, Packaging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant