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
fix: recreate MATLAB dir structure with junctions for Engine build
The Engine setup.py validates MATLAB by walking up from
extern/engines/python/ and checking for bin/, toolbox/, etc.
Simply copying to temp broke this validation ("corrupted").
Now recreates the expected directory tree in %TEMP% and uses
mklink /J (directory junctions, no admin needed) to point
bin/, toolbox/, extern/include/, extern/lib/ back to the real
MATLAB installation. Junctions are removed before cleanup to
prevent rd /s /q from following them into C:\Program Files.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
0 commit comments