Skip to content

Commit

Permalink
240421.101645.HKT revise complile_mex.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Apr 21, 2024
1 parent 565e911 commit 140bb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_mex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
command: |
ver;
options.half = false;
options.single = strcmp('${{ matrix.os }}', 'macos-11') && verLessThan('matlab', '9.11'); % On macos-11 with MATLAB R2021b, MEX is slow
options.single = ~(strcmp('${{ matrix.os }}', 'macos-11') && verLessThan('matlab', '9.11')); % On macos-11 with MATLAB R2021b, MEX is slow
options.quadruple = options.single;
options.debug = true;
options.classical = false;
Expand Down

0 comments on commit 140bb12

Please sign in to comment.