-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
FIX:Matlab path search on macOS #6390
FIX:Matlab path search on macOS #6390
Conversation
- fixes creation of the path were matlab is installed on macOS - fixes search for latest matlab version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some clang-format issues.
- Fix clang-formatting - Simpler "ifndef"-case for error msg
Whoops I came on and made your review "outdated". Sorry about that... I can confirm it works on Windows! Only thing to address is the debug info about the found path (#6390 (comment)) |
Co-authored-by: Olivier Michel <[email protected]>
Do you have someone to test it on linux or shall I go ahead and merge? |
I believe nothing changed in the way the Linux case is handled, so we can probably merge it as is. |
Description
Related Issues
This pull-request fixes issue #6387
Tasks
Add the list of tasks of this PR.
Documentation
No change in documentation.
Additional context
See issue #6387