binder: update dependencies#3063
binder: update dependencies#3063petrasovaa merged 3 commits intoOSGeo:mainfrom neteler:binder_update
Conversation
Attempt to update dependencies to fix failing binder sessions.
|
I tested this in Binder and got the following error: |
|
Thanks for testing. Can you pls check the relevant snippet in And, would this help (very unusual, though): |
|
I'm not sure how to check that in Binder since the terminal is display-only. Here's a link in case anyone wants to test: Maybe @wenzeslaus has an idea? |
|
Add --without-pdal to the configure. That should build it without PDAL like before and then you can experiment with compilation once the binder is build. |
|
@chaedri Would you mind to give this another try on binder? |
chaedri
left a comment
There was a problem hiding this comment.
I'm still getting an error when I try it in Binder:
checking whether to use PDAL... yes
Package geos was not found in the pkg-config search path.
Perhaps you should add the directory containing `geos.pc'
to the PKG_CONFIG_PATH environment variable
Package 'geos', required by 'pdal', not found
Package geos was not found in the pkg-config search path.
Perhaps you should add the directory containing `geos.pc'
to the PKG_CONFIG_PATH environment variable
Package 'geos', required by 'pdal', not found
configure: error: *** Unable to locate suitable (>=1.7.1) PDAL library.
Also, you can test it anytime from this url:
|
Looks like the PDAL version for 18.04 is too old, so I removed it. However, looks like Binder is upgrading to 22.04 soon, so we will need to revisit this. |
Co-authored-by: Anna Petrasova <[email protected]>
Co-authored-by: Anna Petrasova <[email protected]>
Co-authored-by: Anna Petrasova <[email protected]>
Attempt to update dependencies to fix failing binder sessions.