diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2019-12-18 14:49:01 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2019-12-18 14:49:01 -0500 |
| commit | 5cd0cd4a573e2ce68b09f332178ee4839caad0f9 (patch) | |
| tree | 4766121f9a8b57187a69a6b0b6a8a664d6b0efef /setup.py | |
| parent | 2a869b4cd7d56316a52ed14bf80d3054e0f5d1ca (diff) | |
| download | pyisda-5cd0cd4a573e2ce68b09f332178ee4839caad0f9.tar.gz | |
allow to compress buffer representation of SpreadCurve
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ all_extensions = Extension( "*", ["pyisda/*.pyx"], include_dirs=["c_layer", numpy.get_include()], - libraries=["cds", "farmhash"], + libraries=["cds", "farmhash", "lz4"], language="c++", extra_compile_args=["-fopenmp"], extra_link_args=["-fopenmp", "-Wl,--strip-all"], |
