Closed desruisseaux closed 1 year ago
Hello @willcohen. I believe that you are much more familiar with GitHub actions and PROJ builds than me. Would you have a chance to look at this issue?
Replaced PROJ compilation by apt-get install proj-bin libproj-dev
. So we are no longer building PROJ from source, which was maybe not necessary for this project.
The fix for #61 required an upgrade from PROJ 8 to PROJ 9. But it seems that PROJ 9 can no longer be built with
make
but instead requirescmake
. Consequently the build.yml file needs to be updated.Additionally, the build produces the following warnings, which should also be fixed: