8000 Alpine C Binding by Alien2150 · Pull Request #105 · uber/h3 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Alpine C Binding #105

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

Merged
merged 3 commits into from
Aug 1, 2018
Merged

Alpine C Binding #105

merged 3 commits into from
Aug 1, 2018

Conversation

Alien2150
Copy link
Contributor

See #103

Added Alpine instructions
@CLAassistant
Copy link
CLAassistant commented Jul 30, 2018

CLA assistant check
All committers have signed the CLA.

@coveralls
Copy link
coveralls commented Jul 30, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling a6a4c76 on Alien2150:master into e506b81 on uber:master.

@nrabinowitz nrabinowitz requested a review from isaacbrodsky July 30, 2018 16:56
README.md Outdated
@@ -24,6 +24,12 @@ Still here? To build the H3 C library, you'll need a C compiler (tested with `gc

#### Install build-time dependencies

* Alpine
```
# Installing the bare build buid requirements
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this read the bare build requirements?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@isaacbrodsky
Copy link
Collaborator

Thanks for your PR. Just a heads up I'm opening a PR to remove the unnecessary C++ dependency: #107

README.md Outdated
* Alpine
```
# Installing the bare build buid requirements
apk add cmake make gcc libtool musl-dev g++
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now that @isaacbrodsky merged his PR, you can drop g++

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Fixed typo + removed  g++ from requirements
10000
Copy link
Collaborator
@nrabinowitz nrabinowitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thanks for submitting!

* Alpine
```
# Installing the bare build requirements
apk add cmake make gcc libtool musl-dev
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if https://pkgs.alpinelinux.org/package/v3.3/main/x86/libc-dev is the package we should recommend? I wasn't able to find a good example of these instructions.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean run more tests?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can try it later, unless you want to update the PR. Since these instructions work, I can merge them after CI finishes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can double-check tomorrow

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make test succeeded + tested with some examples from the README

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also works with libc-dev instead of musl-dev.

@isaacbrodsky isaacbrodsky merged commit b60a1b2 into uber:master Aug 1, 2018
mrdvt92 pushed a commit to mrdvt92/h3 that referenced this pull request Jun 19, 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.

6 participants
0