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

Test Matlab bindings compilation on Travis/AppVeyor using MCR #250

Closed
traversaro opened this issue Dec 10, 2016 · 1 comment
Closed

Test Matlab bindings compilation on Travis/AppVeyor using MCR #250

traversaro opened this issue Dec 10, 2016 · 1 comment

Comments

@traversaro
Copy link
Member

Matlab Compiler Runtime (MCR) is "a standalone set of shared libraries that enables the execution of compiled MATLAB applications or components on computers that do not have MATLAB installed".

In theory, this means that we can compile (but not execute) mex files on machine without Matlab, this can be extremely convenient for CI.

This CMake bug https://gitlab.kitware.com/cmake/cmake/issues/16487 needs to be solved before (this is how I discover Matlab Compiler Runtime btw).

@traversaro
Copy link
Member Author

Successful compilation of the Matlab mex bindings is now tested against Octave mex interface (#305), I hope that will be sufficient.
Closing this issue for now.

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

No branches or pull requests

1 participant