diff options
author | thegeorg <[email protected]> | 2024-02-11 00:16:04 +0300 |
---|---|---|
committer | thegeorg <[email protected]> | 2024-02-11 00:31:53 +0300 |
commit | 6fefd15324f9e28f50380b975d8081efdf8e9887 (patch) | |
tree | 23c0300734c8867d2db5513498b7374f68b95b1a | |
parent | eff8076abfc90f1186c25144e9badc0e01cac917 (diff) |
Disable empty resolving of mex.h include
Reimport fails with
```
subprocess.CalledProcessError: Command '['python3', '/tmp/yamaker/scipy-py3/destdir/scipy/linalg/_generate_pyx.py']' returned non-zero exit status 1.
```
so these changes were made by hand.
-rw-r--r-- | build/sysincl/unsorted.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/sysincl/unsorted.yml b/build/sysincl/unsorted.yml index 16b745161d0..52a892768b5 100644 --- a/build/sysincl/unsorted.yml +++ b/build/sysincl/unsorted.yml @@ -523,9 +523,6 @@ - agg_allocator.h - SIOUX.h - sys/siginfo.h - #if MATLAB_MEX_FILE - - mex.h - #else - lzmalib.h # ICU - uconfig_local.h |