diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2017-06-06 15:24:26 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2017-06-06 15:24:26 -0400 |
| commit | ca6bc4d9aa7df2c3fd4f102a5a999558b73a938e (patch) | |
| tree | d2d078437481a95d4c54f1241e83e2254bb71bd9 /setup.py | |
| parent | a7a9a91b7e218999636a64b53161a34514e9a55c (diff) | |
| download | pyisda-ca6bc4d9aa7df2c3fd4f102a5a999558b73a938e.tar.gz | |
farm is the new city
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
