Skip to content

Commit

Permalink
0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlei committed Oct 13, 2014
1 parent 4a3b245 commit a53fc97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
+---------------------------------------------------------+------------------------------+


Expand Down
3 changes: 2 additions & 1 deletion smop/Makefile
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a53fc97

Please sign in to comment.