Skip to content

Add a make install target #2

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 1 commit into from
Jan 12, 2018
Merged

Add a make install target #2

merged 1 commit into from
Jan 12, 2018

Conversation

isaacbrodsky
Copy link
Collaborator

Makes it easy to install H3 system-wide. Assuming the library was installed system-wide, the commands for building the example become much simpler.

Copy link

@mhalverson mhalverson left a comment

Choose a reason for hiding this comment

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

woot for following C conventions

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

@isaacbrodsky isaacbrodsky merged commit 3906f27 into master Jan 12, 2018
@isaacbrodsky isaacbrodsky deleted the isaac/install branch January 12, 2018 18:06
ajfriend added a commit to ajfriend/h3 that referenced this pull request Sep 8, 2020
ajfriend added a commit to ajfriend/h3 that referenced this pull request Sep 21, 2020
ajfriend added a commit that referenced this pull request Sep 27, 2020
* translating over my python/cython code

* just testing

* revert

* try exporting the cell area function

* adding a simple test

* a few extra functions

* exposing great-circle/haversine distance function to user

* messing around with everything computing distances!

* haversine is a bit better!

* numerical tests

* function with true haversine formula

* remove old note

* move to pass by reference

* translation bug in _pointDist_mystery

* remove _geoDistRads and _geoDistKm in favor of new user-facing functions

* spelling

* adding todo's just so i can highlight the function

* more todo!

* refactor the area computation a bit

* drop the todos

* adding unidirectional edge length functions

* add .ipynb_checkpoints to .gitignore

* remove alternate distance functions

* remove constrainLat and constrainLng

* Revert "remove constrainLat and constrainLng"

This reverts commit 0962949.

* rads -> meters -> kilometers

* tests workin!

* formatting thing?

* tests for the edge length function

* bug?

* valgrind bugfix

* valgring bugfix attempt #2

* valgrind bugfix #3

* much cleaner tests

* remove old tests

* bug

* edge iterator function to clean up tests

* edge length tests at several resolutions

* refactoring the Earth area test

* tests for each group of units

* a broken test at resolution 1

* positivity tests

* area bug coming from not handling the zero elements in uncompact

* area tests up to res 4

* tests for pointDistM

* tests for pointDist* functions

* documenting packNonzeros

* move testing code to src/apps/testapps/testH3CellAreaExhaustive.c

* meh

* headers not needed

* add some test documentation

* more function/algorithm notes

* more function notes

* getCellsAtRes func documentation

* fix docs in h3api.h.in

* dummy push because valgrind failed last time

* update changelog

* notes on `make test-fast`

* try sudo apt update to fix issue with valgrind

* use floats for division

* addressing some formatting comments

* ordering of measurements in terms of units

* clean up some long lines

* typo

* translating over my python/cython code

* just testing

* revert

* try exporting the cell area function

* adding a simple test

* a few extra functions

* exposing great-circle/haversine distance function to user

* messing around with everything computing distances!

* haversine is a bit better!

* numerical tests

* function with true haversine formula

* remove old note

* move to pass by reference

* translation bug in _pointDist_mystery

* remove _geoDistRads and _geoDistKm in favor of new user-facing functions

* spelling

* adding todo's just so i can highlight the function

* more todo!

* refactor the area computation a bit

* drop the todos

* adding unidirectional edge length functions

* add .ipynb_checkpoints to .gitignore

* remove alternate distance functions

* remove constrainLat and constrainLng

* Revert "remove constrainLat and constrainLng"

This reverts commit 0962949.

* rads -> meters -> kilometers

* tests workin!

* formatting thing?

* tests for the edge length function

* bug?

* valgrind bugfix

* valgring bugfix attempt #2

* valgrind bugfix #3

* much cleaner tests

* remove old tests

* bug

* edge iterator function to clean up tests

* edge length tests at several resolutions

* refactoring the Earth area test

* tests for each group of units

* a broken test at resolution 1

* positivity tests

* area bug coming from not handling the zero elements in uncompact

* area tests up to res 4

* tests for pointDistM

* tests for pointDist* functions

* documenting packNonzeros

* move testing code to src/apps/testapps/testH3CellAreaExhaustive.c

* meh

* headers not needed

* add some test documentation

* more function/algorithm notes

* more function notes

* getCellsAtRes func documentation

* fix docs in h3api.h.in

* dummy push because valgrind failed last time

* update changelog

* notes on `make test-fast`

* use floats for division

* addressing some formatting comments

* ordering of measurements in terms of units

* clean up some long lines

* typo

* updating copyright to 2020 in a few files

* few more files

* and just a few more

* testing area calculations on a few specific cells

* formatting

* working tests!

* add cellArea defgroup

* relax error tolerance for Windows... :/
mrdvt92 pushed a commit to mrdvt92/h3 that referenced this pull request Jun 19, 2022
mrdvt92 pushed a commit to mrdvt92/h3 that referenced this pull request Jun 19, 2022
* translating over my python/cython code

* just testing

* revert

* try exporting the cell area function

* adding a simple test

* a few extra functions

* exposing great-circle/haversine distance function to user

* messing around with everything computing distances!

* haversine is a bit better!

* numerical tests

* function with true haversine formula

* remove old note

* move to pass by reference

* translation bug in _pointDist_mystery

* remove _geoDistRads and _geoDistKm in favor of new user-facing functions

* spelling

* adding todo's just so i can highlight the function

* more todo!

* refactor the area computation a bit

* drop the todos

* adding unidirectional edge length functions

* add .ipynb_checkpoints to .gitignore

* remove alternate distance functions

* remove constrainLat and constrainLng

* Revert "remove constrainLat and constrainLng"

This reverts commit 0962949.

* rads -> meters -> kilometers

* tests workin!

* formatting thing?

* tests for the edge length function

* bug?

* valgrind bugfix

* valgring bugfix attempt uber#2

* valgrind bugfix uber#3

* much cleaner tests

* remove old tests

* bug

* edge iterator function to clean up tests

* edge length tests at several resolutions

* refactoring the Earth area test

* tests for each group of units

* a broken test at resolution 1

* positivity tests

* area bug coming from not handling the zero elements in uncompact

* area tests up to res 4

* tests for pointDistM

* tests for pointDist* functions

* documenting packNonzeros

* move testing code to src/apps/testapps/testH3CellAreaExhaustive.c

* meh

* headers not needed

* add some test documentation

* more function/algorithm notes

* more function notes

* getCellsAtRes func documentation

* fix docs in h3api.h.in

* dummy push because valgrind failed last time

* update changelog

* notes on `make test-fast`

* try sudo apt update to fix issue with valgrind

* use floats for division

* addressing some formatting comments

* ordering of measurements in terms of units

* clean up some long lines

* typo

* translating over my python/cython code

* just testing

* revert

* try exporting the cell area function

* adding a simple test

* a few extra functions

* exposing great-circle/haversine distance function to user

* messing around with everything computing distances!

* haversine is a bit better!

* numerical tests

* function with true haversine formula

* remove old note

* move to pass by reference

* translation bug in _pointDist_mystery

* remove _geoDistRads and _geoDistKm in favor of new user-facing functions

* spelling

* adding todo's just so i can highlight the function

* more todo!

* refactor the area computation a bit

* drop the todos

* adding unidirectional edge length functions

* add .ipynb_checkpoints to .gitignore

* remove alternate distance functions

* remove constrainLat and constrainLng

* Revert "remove constrainLat and constrainLng"

This reverts commit 0962949.

* rads -> meters -> kilometers

* tests workin!

* formatting thing?

* tests for the edge length function

* bug?

* valgrind bugfix

* valgring bugfix attempt uber#2

* valgrind bugfix uber#3

* much cleaner tests

* remove old tests

* bug

* edge iterator function to clean up tests

* edge length tests at several resolutions

* refactoring the Earth area test

* tests for each group of units

* a broken test at resolution 1

* positivity tests

* area bug coming from not handling the zero elements in uncompact

* area tests up to res 4

* tests for pointDistM

* tests for pointDist* functions

* documenting packNonzeros

* move testing code to src/apps/testapps/testH3CellAreaExhaustive.c

* meh

* headers not needed

* add some test documentation

* more function/algorithm notes

* more function notes

* getCellsAtRes func documentation

* fix docs in h3api.h.in

* dummy push because valgrind failed last time

* update changelog

* notes on `make test-fast`

* use floats for division

* addressing some formatting comments

* ordering of measurements in terms of units

* clean up some long lines

* typo

* updating copyright to 2020 in a few files

* few more files

* and just a few more

* testing area calculations on a few specific cells

* formatting

* working tests!

* add cellArea defgroup

* relax error tolerance for Windows... :/
@JosephChotard JosephChotard mentioned this pull request Jan 18, 2025
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.

4 participants