You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
since I had quite a hard time getting XyGrib to build and run, I thought I share my problems and solutions.
As it seems, proj_api.h was remove in PROJ 8.0 and FindPROJ4.cmake is searching for said file...
My solution was to grep PROJ 7.2.1, build it and then install XyGrib via pkg manager of your liking. (e.g. yay)
I also had to copy cp /usr/local/lib/libproj.so.19 /usr/lib/
but that might be due to my installation process.
I only tested on a current Arch build :/
The text was updated successfully, but these errors were encountered:
Hi,
since I had quite a hard time getting XyGrib to build and run, I thought I share my problems and solutions.
As it seems,
proj_api.h
was remove in PROJ 8.0 andFindPROJ4.cmake
is searching for said file...My solution was to grep PROJ 7.2.1, build it and then install XyGrib via pkg manager of your liking. (e.g. yay)
I also had to copy
cp /usr/local/lib/libproj.so.19 /usr/lib/
but that might be due to my installation process.
I only tested on a current Arch build :/
The text was updated successfully, but these errors were encountered: