Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add -lm as floor() is used #54

Merged
merged 1 commit into from
Mar 15, 2022
Merged

Conversation

pterjan
Copy link
Contributor

@pterjan pterjan commented Feb 27, 2022

This fixes build on armv7hl:
/usr/bin/ld: build/temp.linux-armv8l-3.10/src/numbers.o: in function _PyFloat_is_Intlike': /home/iurt/rpmbuild/BUILD/fastnumbers-3.2.1/src/numbers.c:69: undefined reference to floor'

Fixed #53

This fixes build on armv7hl:
/usr/bin/ld: build/temp.linux-armv8l-3.10/src/numbers.o: in function `_PyFloat_is_Intlike':
/home/iurt/rpmbuild/BUILD/fastnumbers-3.2.1/src/numbers.c:69: undefined reference to `floor'
@codecov
Copy link

codecov bot commented Mar 15, 2022

Codecov Report

Merging #54 (765807c) into master (c2511e7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #54   +/-   ##
=======================================
  Coverage   95.61%   95.61%           
=======================================
  Files           6        6           
  Lines        1048     1048           
=======================================
  Hits         1002     1002           
  Misses         46       46           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c2511e7...765807c. Read the comment docs.

@SethMMorton SethMMorton merged commit 96b798c into SethMMorton:master Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing -lm breaks build on armv7hl
2 participants