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

Make libm optional #142

Merged
merged 2 commits into from Aug 11, 2019
Merged

Make libm optional #142

merged 2 commits into from Aug 11, 2019

Conversation

Ogeon
Copy link
Owner

@Ogeon Ogeon commented Aug 11, 2019

I decided to do this to avoid having it as an unused dependency and also to hopefully be compatible with a future release of num_traits, where they seem to be planning the same kind of construct, judging by rust-num/num-traits#99. A transition to using num_trait for both cases will hopefully be seamless for the users after this.

I think this also fixes #116.

@Ogeon
Copy link
Owner Author

Ogeon commented Aug 11, 2019

bors r+

bors bot added a commit that referenced this pull request Aug 11, 2019
142: Make libm optional r=Ogeon a=Ogeon

I decided to do this to avoid having it as an unused dependency and also to hopefully be compatible with a future release of `num_traits`, where they seem to be planning the same kind of construct, judging by rust-num/num-traits#99. A transition to using `num_trait` for both cases will hopefully be seamless for the users after this.

I think this also fixes #116.

Co-authored-by: Erik Hedvall <erikwhedvall@gmail.com>
@bors
Copy link
Contributor

bors bot commented Aug 11, 2019

Build succeeded

@bors bors bot merged commit b449d5e into master Aug 11, 2019
@bors bors bot deleted the optional_libm branch August 11, 2019 17:08
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.

Fix the readme symlinks
1 participant