diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2018-10-25 14:54:04 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2019-02-22 13:38:34 -0500 |
| commit | 85624fe9462e801b225b7f3c709c0c4dbc32264d (patch) | |
| tree | e3e260ec8051631b9984805d84dd68afc01aa499 /setup.py | |
| parent | e2dab76d3519d3de7f22ca8eeb93e8184431593e (diff) | |
| download | pyisda-85624fe9462e801b225b7f3c709c0c4dbc32264d.tar.gz | |
work in progress
wip
wip
wip2
fix C++
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ import numpy all_extensions = Extension( "*", - ["pyisda/*.pyx"], + ["pyisda/*.pyx", "c_layer/curve.cpp"], include_dirs=["c_layer", numpy.get_include()], libraries=["cds", "farmhash"], language="c++", |
