projects
/
sfpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a0ff77
)
remove unneeded -lm option to gcc
author
Bill Zorn
<bill.zorn@gmail.com>
Wed, 5 Sep 2018 22:19:09 +0000
(15:19 -0700)
committer
Bill Zorn
<bill.zorn@gmail.com>
Wed, 5 Sep 2018 22:19:09 +0000
(15:19 -0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/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(