X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=setup.py;h=335d62ee61cb3ee9ce7a324198691f7d2a735113;hb=refs%2Fheads%2Fmaster;hp=efaf9dfff90a054b7f5717c9cfcfedcaa6ffabde;hpb=5cd4b8cd0b7d630dda9c7f5a1f52e85d5eb5a584;p=sfpy.git diff --git a/setup.py b/setup.py index efaf9df..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.0', + version='0.4.3', author='Bill Zorn', author_email='bill.zorn@gmail.com', url='https://github.com/billzorn/sfpy',