X-Git-Url: https://git.libre-soc.org/?p=sfpy.git;a=blobdiff_plain;f=setup.py;h=335d62ee61cb3ee9ce7a324198691f7d2a735113;hp=01a790baa265df9a2ff5243f239ad5080b59e24b;hb=HEAD;hpb=258f598706dfbebcd867e0450afa1e67f7625bbf diff --git a/setup.py b/setup.py index 01a790b..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.3.0', + version='0.4.3', author='Bill Zorn', author_email='bill.zorn@gmail.com', url='https://github.com/billzorn/sfpy',