Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
python-uga
training-hpc
Commits
8803b156
Commit
8803b156
authored
Jun 12, 2019
by
paugier
Browse files
Fix cython build
parent
180e3382
Changes
2
Show whitespace changes
Inline
Side-by-side
pyfiles/dtw_cort_dist/V5_cython/Makefile
View file @
8803b156
dtw_cort.so
:
setup.py dtw_cort.pyx
python3 setup.py build_ext
mv
build/lib.linux-x86_64-3.7/dtw_cort.cpython-37m-x86_64-linux-gnu.so dtw_cort.so
build
:
setup.py dtw_cort.pyx
python3 setup.py develop
run
:
dtw_cort.so
run
:
python3 dtw_cort_dist_mat.py ../data.npy
-s
dists_cython.npz
test
:
dtw_cort.so
test
:
python3 dtw_cort_dist_mat.py ../data.npy
-s
dists_cython.npz
python3 check.py
clean
:
rm
-rf
build dtw_cort.c dtw_cort.so
rm
-rf
build dtw_cort.c dtw_cort.
*
.
so
rm
-f
dists_cython.npz
rm
-f
dtw_cort.html
pyfiles/dtw_cort_dist/V5_cython/setup.py
View file @
8803b156
from
distutils.core
import
setup
from
setuptools
import
setup
from
Cython.Build
import
cythonize
setup
(
...
...
Write
Preview
Supports
Markdown
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