Skip to content

Commit

Permalink
Add debug print statements to packageMatlabInterfae
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Nov 10, 2023
1 parent d19db71 commit 0137b0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions matlab/tools/packageMatlabInterface.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@
identifier = "ARROW-MATLAB-TOOLBOX";

opts = matlab.addons.toolbox.ToolboxOptions(toolboxFolder, identifier);
disp("ToolboxMatlabPath Post Construction: " + opts.ToolboxMatlabPath);

opts.ToolboxName = "MATLAB Interface to Arrow";
opts.ToolboxVersion = toolboxVersion;
opts.ToolboxMatlabPath = toolboxFolder;

disp("ToolboxMatlabPath Post Set: " + opts.ToolboxMatlabPath);

% Set the SupportedPlatforms
opts.SupportedPlatforms.Win64 = true;
opts.SupportedPlatforms.Maci64 = true;
Expand Down

0 comments on commit 0137b0b

Please sign in to comment.