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

Find Matlab version without having to run matlab #50

Closed
GoogleCodeExporter opened this issue Apr 7, 2015 · 1 comment
Closed

Find Matlab version without having to run matlab #50

GoogleCodeExporter opened this issue Apr 7, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Currently, our CMake build system finds the installed Matlab version by running 
something like "matlab -version". However, this is a bit slow, and requires to 
be connected to the Uni VPN for Matlab installs that depend on the central 
licence server. 

So is there a way of finding out the version without having to run matlab?

Original issue reported on code.google.com by rcas...@gmail.com on 10 Feb 2015 at 10:52

@rcasero
Copy link
Collaborator

rcasero commented Jul 1, 2015

Solved in commit 5b0eb83

We look for the 'ver=' string in the $MATLABROOT/bin/mbuild script.

@rcasero rcasero closed this as completed Jul 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants