Package: octave-nan / 3.1.1-1

Metadata

Package Version Patches format
octave-nan 3.1.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
reduce_test_memory_footprint.patch | (download)

test/test_mex_accuracy.m | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 reduce memory usage of test_mex_accuracy
 This patch reduces the size of a test matrix from 1e8 elements to 1e6. This
 prevents FTBFS (due to out of memory) on some mips and mipsel buildds.
build against libsvm dev.patch | (download)

src/Makefile | 2 1 + 1 - 0 !
src/svm.cpp | 3138 0 + 3138 - 0 !
src/svm.h | 144 0 + 144 - 0 !
src/svm_model_matlab.c | 1 1 + 0 - 0 !
4 files changed, 2 insertions(+), 3283 deletions(-)

 build against libsvm-dev
 In src/Makefile, compile the MEX file against -lsvm instead of using
 the outdated svm.{cpp,h} shipped with the package.
 .
 Also adapt for API change in libsvm 3.21.