MATLAB: allow specifying the license file directly#1712
MATLAB: allow specifying the license file directly#1712migueldiascosta merged 2 commits intoeasybuilders:developfrom
Conversation
| @@ -74,15 +74,16 @@ def configure_step(self): | |||
| licport = self.cfg['license_server_port'] | |||
| if licport is None: | |||
| licport = os.getenv('EB_MATLAB_LICENSE_SERVER_PORT', '00000') | |||
There was a problem hiding this comment.
for consistency, everything regarding licserv and licport should also be inside if licfile is None: then, since it's only used there?
|
While, not a huge problem, we are a bit inconsistent when it comes to specifying licenses. I think we should, at least, allow for the use of |
|
@Micket I don't disagree with you, but I think this might be better suited for a broader license related PR. This one does just one thing, and seems to do it well. I see no reason to don't merge it. I'll wait for your reply to merge it. Would you agree @migueldiascosta ? |
|
@migueldiascosta ping? |
|
Going in, thanks @smoors! |
No description provided.