Skip to content

Commit

Permalink
Adding -lm which is necessary on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mmadsen committed Jun 10, 2014
1 parent 0e60380 commit fad7a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,6 +8,6 @@
author_email = "mark@madsenlab.org",
url = "https://github.com/mmadsen/slatkin-exact-tools",
py_modules = ['slatkin'],
ext_modules = [Extension('_slatkin', sources = ['slatkin.c', 'mersenne.c', 'slatkin.i'])],
ext_modules = [Extension('_slatkin', sources = ['slatkin.c', 'mersenne.c', 'slatkin.i'], libraries=['m'])],
)

0 comments on commit fad7a7e

Please sign in to comment.