diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2017-02-23 15:36:08 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2017-02-23 15:36:08 -0500 |
| commit | 31cf1177aa62378f6568dc16f09f44707a61d90a (patch) | |
| tree | a7ca7ef0e458e6f832e4eef834fec29a7a45d19b /setup.py | |
| parent | 18cc63b1f3ebabdb2598ceababbc58ec51082d53 (diff) | |
| download | pyisda-31cf1177aa62378f6568dc16f09f44707a61d90a.tar.gz | |
no need for cpp_layer
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ from Cython.Build import cythonize import numpy all_extensions = Extension("*", ["pyisda/*.pyx"], - include_dirs = ['cpp_layer', 'c_layer', numpy.get_include()], + include_dirs = ['c_layer', numpy.get_include()], libraries = ["cds"], language = 'c++') |
