X-Git-Url: https://git.libre-soc.org/?p=sfpy.git;a=blobdiff_plain;f=setup.py;h=335d62ee61cb3ee9ce7a324198691f7d2a735113;hp=9b774b37443452191e0e1ca722b8d7ef7d51ad36;hb=HEAD;hpb=af3c2d535b37c177c0355bb21b34efe716a9f093 diff --git a/setup.py b/setup.py index 9b774b3..335d62e 100644 --- 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( @@ -18,7 +17,7 @@ float_ext = setuptools.Extension( setuptools.setup( name='sfpy', - version='0.4.1', + version='0.4.3', author='Bill Zorn', author_email='bill.zorn@gmail.com', url='https://github.com/billzorn/sfpy',