summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2017-06-06 15:24:26 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2017-06-06 15:24:26 -0400
commitca6bc4d9aa7df2c3fd4f102a5a999558b73a938e (patch)
treed2d078437481a95d4c54f1241e83e2254bb71bd9 /setup.py
parenta7a9a91b7e218999636a64b53161a34514e9a55c (diff)
downloadpyisda-ca6bc4d9aa7df2c3fd4f102a5a999558b73a938e.tar.gz
farm is the new city
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 b7cd880..2254fe0 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ import numpy
all_extensions = Extension("*", ["pyisda/*.pyx"],
include_dirs = ['c_layer', numpy.get_include()],
- libraries = ["cds", "cityhash"],
+ libraries = ["cds", "farmhash"],
language = 'c++')
c_extension = Extension("pyisda.flat_hazard",