correcting use of uint32_t where uint64_t should be used
[sfpy.git] / setup.py
index 89b1dc5635fbf2bcb3105d79bfc413e7fbd72cc7..335d62ee61cb3ee9ce7a324198691f7d2a735113 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,6 @@ posit_ext = setuptools.Extension(
     'sfpy.posit', ['sfpy/posit.c'],
     include_dirs=['SoftPosit/source/include/'],
     extra_objects=['SoftPosit/build/Linux-x86_64-GCC/softposit.a'],
-    libraries=['m'],
 )
 
 float_ext = setuptools.Extension(