Skip to content

Commit 0e252a8

Browse files
committed
move mex to cmake-buildtool-mex as we don't use it anymore here
1 parent 9653d15 commit 0e252a8

37 files changed

+5
-1248
lines changed

+stdlib/normalize.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
%%% Outputs
1010
% * c: normalized path
1111
% * b: backend used
12-
%
13-
% MEX code is about 4-5x faster than plain Matlab below
1412

1513
function [n, b] = normalize(file, backend)
1614
arguments

.github/workflows/ci-nojvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ jobs:
4545
if: runner.os == 'macOS'
4646
run: echo "FC=gfortran-14" >> $GITHUB_ENV
4747

48-
- name: No Java, no Mex tests
48+
- name: No Java tests
4949
uses: ./.github/workflows/composite-nomex

buildfile.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
else
4242
% Matlab >= R2025a
4343
plan("test:main") = matlab.buildtool.tasks.TestTask(...
44-
test_root, Description="Test non-MEX targets", ...
44+
test_root, Description="Test most targets", ...
4545
Selector=sel, ...
4646
SourceFiles=pkg_root, ...
4747
RunOnlyImpactedTests=stdlib.checkout_license("MATLAB Test"), ...
48-
TestResults=reportDir + "/TestResults_nomex.xml", Strict=true);
48+
TestResults=reportDir + "/TestResults_main.xml", Strict=true);
4949

5050
plan("test").Description = "Run all self-tests";
5151

private/clean_mex.m

Lines changed: 0 additions & 3 deletions
This file was deleted.

private/get_build_cmd.m

Lines changed: 0 additions & 19 deletions
This file was deleted.

private/get_compiler_options.m

Lines changed: 0 additions & 35 deletions
This file was deleted.

private/get_mex_sources.m

Lines changed: 0 additions & 22 deletions
This file was deleted.

private/mex_tasks.m

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/admin_fs.cpp

Lines changed: 0 additions & 31 deletions
This file was deleted.

src/create_symlink.cpp

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)