Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cython
Commits
aa286f89
Commit
aa286f89
authored
Mar 27, 2016
by
Phil Austin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chaos benchmark working for cython v0.24
parent
d57c269a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
Demos/Readme_demos.rst
Demos/Readme_demos.rst
+1
-1
Demos/benchmarks/setup.py
Demos/benchmarks/setup.py
+1
-1
Demos/freeze/Makefile
Demos/freeze/Makefile
+2
-1
No files found.
Demos/Readme_demos.rst
View file @
aa286f89
...
...
@@ -27,7 +27,7 @@
* Known failures
* benchmarks/chaos.py
failing for both python2 and python3, excluded in setup.py
* benchmarks/chaos.py
requires cython 0.24 or newer
* embed and freeze work for python2, compile but fail for python3
Demos/benchmarks/setup.py
View file @
aa286f89
...
...
@@ -9,5 +9,5 @@ setup(
name
=
'benchmarks'
,
ext_modules
=
cythonize
(
"*.py"
,
language_level
=
3
,
annotate
=
True
,
compiler_directives
=
directives
,
exclude
=
[
"setup.py"
,
"chaos.py"
]),
exclude
=
[
"setup.py"
]),
)
Demos/freeze/Makefile
View file @
aa286f89
CC
=
gcc
CYTHON
=
cython
CYTHON
=
../../bin/
cython
CYTHON_FREEZE
=
../../bin/cython_freeze
PYTHON
=
python
RST2HTML
=
rst2html
...
...
@@ -17,6 +17,7 @@ LDFLAGS = $(PY_LDFLAGS)
LDLIBS
=
-L
$(LIBDIR1)
-L
$(LIBDIR2)
-l
$(PYLIB)
# Name of executable
TARGETS
=
nCr python
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment