From ca6bc4d9aa7df2c3fd4f102a5a999558b73a938e Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Tue, 6 Jun 2017 15:24:26 -0400 Subject: farm is the new city --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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", -- cgit v1.2.3-70-g09d2