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

Add MATLAB run-time folders to system library path #129

Open
tsharmaMW opened this issue Nov 19, 2024 · 0 comments
Open

Add MATLAB run-time folders to system library path #129

tsharmaMW opened this issue Nov 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tsharmaMW
Copy link

Applications generated with MATLAB Compiler or MATLAB Compiler SDK use the system library path to locate the MATLAB Runtime libraries.
However, the current setup-matlab action only adds MATLAB and matlab-batch directories to the system path. This means that even if users install products like MATLAB Compiler using setup-matlab, they must manually add the runtime folders to the system library path to ensure proper functionality.

More detailed information on configuring library path environment variables and locating runtime folders is here: mcr-path-settings-for-run-time-deployment.

An example workflow illustrating this issue, along with a workaround for handling missing runtime libraries, can be found here: Missing DLL files.

@mcafaro mcafaro added the enhancement New feature or request label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants