ikarosilva / wfdb-app-toolbox

The WFDB Toolbox for MATLAB/Octave is a collection of functions for reading, writing, and processing physiologic signals in the formats used by PhysioNet (see README for details).
http://physionet.org/physiotools/matlab/wfdb-app-matlab/
GNU General Public License v3.0
92 stars 46 forks source link

Assortment of build system improvements and a few bug fixes. #141

Closed bemoody closed 7 years ago

bemoody commented 7 years ago

This is a somewhat disorganized collection of fixes, primarily to the build system for the toolbox.

The main objective is that for a "custom" build, it should be possible to download a git snapshot, run 'make' in the toplevel directory, and have everything built from source.

For building official releases, the mcode/nativelibs/Makefile also includes rules for cross-compiling everything.

Currently this is using wfdb 10.5.25pre1 (10.5.25pre2 fails 'make check'.) The next release of wfdb (which will probably be 10.6.0) will take a little while yet, unfortunately.