summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2019-12-18 14:49:01 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2019-12-18 14:49:01 -0500
commit5cd0cd4a573e2ce68b09f332178ee4839caad0f9 (patch)
tree4766121f9a8b57187a69a6b0b6a8a664d6b0efef /setup.py
parent2a869b4cd7d56316a52ed14bf80d3054e0f5d1ca (diff)
downloadpyisda-5cd0cd4a573e2ce68b09f332178ee4839caad0f9.tar.gz
allow to compress buffer representation of SpreadCurve
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 35005d8..bb6b018 100644
--- a/setup.py
+++ b/setup.py
@@ -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"],