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
Boxiang Sun
cython
Commits
ad7d3149
Commit
ad7d3149
authored
Mar 26, 2016
by
Phil Austin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add integrate demo and move comments
parent
023e384f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
12 deletions
+1
-12
Demos/Makefile
Demos/Makefile
+1
-12
No files found.
Demos/Makefile
View file @
ad7d3149
...
...
@@ -5,20 +5,9 @@ test: all
python run_primes.py 20
python run_numeric_demo.py
python run_spam.py
python integrate_timing.py
cd
callback
;
$(MAKE)
test
cd
embed
;
$(MAKE)
test
#
# longer running
#python integrate_timing.py
# also run
# python setup.py build_ext --inplace in
# benchmarks to build benchmarks
# python setup.py build_ext --inplace in libraries then
# python -c 'import call_mymath;print
(
call_mymath.call_sinc
(
1
))
'
#
# embed and freeze are working for python2 but not python3
#
#
clean
:
@
echo
Cleaning Demos
@
rm
-f
*
.c
*
.o
*
.so
*
~ core
...
...
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