From 0409a5a8d57d9e4b10174b2ec0b2e26fceaa3cb5 Mon Sep 17 00:00:00 2001 From: Bill Zorn Date: Wed, 5 Sep 2018 15:19:09 -0700 Subject: [PATCH] remove unneeded -lm option to gcc --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 89b1dc5..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( -- 2.30.2