-
Notifications
You must be signed in to change notification settings - Fork 47
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
New lib proj api #289
Merged
Merged
New lib proj api #289
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi,
I have not yet been able to get a compiled 32bit version of proj-8.
Configure fails because pkg-config is missing or old. Configure of
pkg-config fails because glibc is not new enough and then the configure
for glibc fails because it needs a current version of pkg-config!!!!
So.... with the latest merge windows build fails with the old proj library.
I'll try again later tonight.
David
…On Mon, 24 Jan 2022 at 14:20, didier ***@***.***> wrote:
Hi,
Test if new librpoj API is available.
Up to bionic it's using the old one after the new one.
Windows and OSX are using the old API, but they should move to the new one.
Regards
Ddiier
------------------------------
You can view, comment on, or merge this pull request online at:
#289
Commit Summary
- 95aa7b4
<95aa7b4>
port to PROJ 8.0 API
- 720a2db
<720a2db>
Use new libproj API if available
File Changes
(6 files <https://github.com/opengribs/XyGrib/pull/289/files>)
- *M* CMakeLists.txt
<https://github.com/opengribs/XyGrib/pull/289/files#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a>
(14)
- *A* cmake/FindPROJ.cmake
<https://github.com/opengribs/XyGrib/pull/289/files#diff-75b2c19fce42a779ca6a95cad78de6c45279ce9348f0af789fa0f6bad950e011>
(96)
- *D* cmake/FindPROJ4.cmake
<https://github.com/opengribs/XyGrib/pull/289/files#diff-bbfbed36992ee1fedc1e85eaa953500e7dd8cb6c112f8b0d3461fe877ab5383a>
(77)
- *M* src/CMakeLists.txt
<https://github.com/opengribs/XyGrib/pull/289/files#diff-148715d6ea0c0ea0a346af3f6bd610d010d490eca35ac6a9b408748f7ca9e3f4>
(2)
- *M* src/map/Projection.h
<https://github.com/opengribs/XyGrib/pull/289/files#diff-881bc278efeb1281763b34abcfe60100a28ac3c0d1c69d8c1f4d9a8c5eebd13c>
(12)
- *M* src/map/Projection_libproj.cpp
<https://github.com/opengribs/XyGrib/pull/289/files#diff-888bd12b9138d9995d46caf8ff357fd267c0b4bc3a5dfea7a362f5e1fdb504d0>
(32)
Patch Links:
- https://github.com/opengribs/XyGrib/pull/289.patch
- https://github.com/opengribs/XyGrib/pull/289.diff
—
Reply to this email directly, view it on GitHub
<#289>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABOKOGLGMOVEY3FDXX6TEHLUXU7XHANCNFSM5MVG6PEA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
__________/)_/)____/)___
David Gal
Hartglas 18, Tel Aviv 69971, Israel
Mob: +972 54 2229390
***@***.***
https://openskiron.org
https://opengribs.org
|
Maybe libproj6 ?
…On Mon, Jan 24, 2022 at 3:46 PM David Gal ***@***.***> wrote:
Hi,
I have not yet been able to get a compiled 32bit version of proj-8.
Configure fails because pkg-config is missing or old. Configure of
pkg-config fails because glibc is not new enough and then the configure
for glibc fails because it needs a current version of pkg-config!!!!
So.... with the latest merge windows build fails with the old proj library.
I'll try again later tonight.
David
On Mon, 24 Jan 2022 at 14:20, didier ***@***.***> wrote:
> Hi,
>
> Test if new librpoj API is available.
> Up to bionic it's using the old one after the new one.
>
> Windows and OSX are using the old API, but they should move to the new
one.
>
> Regards
> Ddiier
> ------------------------------
> You can view, comment on, or merge this pull request online at:
>
> #289
> Commit Summary
>
> - 95aa7b4
> <
95aa7b4
>
> port to PROJ 8.0 API
> - 720a2db
> <
720a2db
>
> Use new libproj API if available
>
> File Changes
>
> (6 files <https://github.com/opengribs/XyGrib/pull/289/files>)
>
> - *M* CMakeLists.txt
> <
https://github.com/opengribs/XyGrib/pull/289/files#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a
>
> (14)
> - *A* cmake/FindPROJ.cmake
> <
https://github.com/opengribs/XyGrib/pull/289/files#diff-75b2c19fce42a779ca6a95cad78de6c45279ce9348f0af789fa0f6bad950e011
>
> (96)
> - *D* cmake/FindPROJ4.cmake
> <
https://github.com/opengribs/XyGrib/pull/289/files#diff-bbfbed36992ee1fedc1e85eaa953500e7dd8cb6c112f8b0d3461fe877ab5383a
>
> (77)
> - *M* src/CMakeLists.txt
> <
https://github.com/opengribs/XyGrib/pull/289/files#diff-148715d6ea0c0ea0a346af3f6bd610d010d490eca35ac6a9b408748f7ca9e3f4
>
> (2)
> - *M* src/map/Projection.h
> <
https://github.com/opengribs/XyGrib/pull/289/files#diff-881bc278efeb1281763b34abcfe60100a28ac3c0d1c69d8c1f4d9a8c5eebd13c
>
> (12)
> - *M* src/map/Projection_libproj.cpp
> <
https://github.com/opengribs/XyGrib/pull/289/files#diff-888bd12b9138d9995d46caf8ff357fd267c0b4bc3a5dfea7a362f5e1fdb504d0
>
> (32)
>
> Patch Links:
>
> - https://github.com/opengribs/XyGrib/pull/289.patch
> - https://github.com/opengribs/XyGrib/pull/289.diff
>
> —
> Reply to this email directly, view it on GitHub
> <#289>, or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ABOKOGLGMOVEY3FDXX6TEHLUXU7XHANCNFSM5MVG6PEA
>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <
https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
>
> or Android
> <
https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub
>.
>
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
--
__________/)_/)____/)___
David Gal
Hartglas 18, Tel Aviv 69971, Israel
Mob: +972 54 2229390
***@***.***
https://openskiron.org
https://opengribs.org
—
Reply to this email directly, view it on GitHub
<#289 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC4TMKV36LGHDMR5XCJGZE3UXVQ27ANCNFSM5MVG6PEA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Closed
This was referenced Jun 20, 2024
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
Test if new librpoj API is available.
Up to bionic it's using the old one after the new one.
Windows and OSX are using the old API, but they should move to the new one.
Regards
Ddiier