From a53fc97fc67dce4b200255adce672b53af8d64cf Mon Sep 17 00:00:00 2001 From: Victor Leikehman Date: Mon, 13 Oct 2014 23:16:37 +0300 Subject: [PATCH] 0.26.2 --- README.rst | 10 +++++----- smop/Makefile | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 9d3e56b8..bc3d544a 100644 --- a/README.rst +++ b/README.rst @@ -18,11 +18,11 @@ | octave-3.8.1 | 190 ms | 0.27 will | +---------------------------------------------+-----------+ compile octave | | smop+python-2.7 | 80 ms | ``scripts`` | -+---------------------------------------------+-----------+ library | -| smop+python-2.7+cython-0.20.1 | 40 ms | | -+---------------------------------------------+-----------+ | -| Table 1. ``SMOP`` performance, measured on | | -| fujitsu AH552 running linux 3.8.0-19 | | ++---------------------------------------------+-----------+ library, which contains | +| smop+python-2.7+cython-0.20.1 | 40 ms | over 120 KLOC in almost | ++---------------------------------------------+-----------+ 1,000 matlab files. There | +| Table 1. ``SMOP`` performance, measured on | are 62 compilation errors | +| fujitsu AH552 running linux 3.8.0-19 | with smop 0.26.2 | +---------------------------------------------------------+------------------------------+ diff --git a/smop/Makefile b/smop/Makefile index a1832f13..868d51ab 100644 --- a/smop/Makefile +++ b/smop/Makefile @@ -1,5 +1,6 @@ # for py3: make PYTHON=python3 CYTHON="cython -3" V=3.4 +OCTAVE = ~/octave-3.8.2/scripts CYTHON = cython PYTHON = python FLAGS = @@ -27,7 +28,7 @@ check: $(PYTHON) test_sparsearray.py $(FLAGS) $(PYTHON) test_lexer.py $(FLAGS) $(PYTHON) main.py solver.m r8_random.m -o solver.py && python go.py - find octave-3.8.2/scripts/ -name \*.m | xargs python main.py -X legend.m | wc + find $(OCTAVE) -name \*.m | xargs python main.py -X legend.m | wc %.c: %.pyx