Implement a brand new FindMatlab module: - Add support for versions and components. - Find Matlab and its version in a more precise and multiplatform way. - Add API to create a new mex extension with documentation. - Add API to add matlab unit tests (with or without the unit test framework). - Find as much as possible based on a single Matlab_ROOT_DIR cache entry and allow the user to change it to re-find everything.
8 lines
292 B
ReStructuredText
8 lines
292 B
ReStructuredText
FindMatlab-rewrite
|
|
------------------
|
|
|
|
* The :module:`FindMatlab` module was completely rewritten. It learned
|
|
about versions and components and to find Matlab in a more precise and
|
|
multiplatform way. The module now offers APIs to create mex extensions,
|
|
documentation, and unit tests.
|