You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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).
The text was updated successfully, but these errors were encountered: