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
In an HPC environment, system dependencies are often installed in non default locations and made available e.g. via lmod.
pak does not see such dependencies and lists them as missing.
Even all env variables like LD_LIBRARY_PATH / PATH / ... are adjusted and moreover I manually set variables like GDAL_CONFIG / PROJ_LIBS / ... I get
✖ Missing 8 system packages. You'll probably need to install them manually:
+ abseil-cpp-devel - s2
+ cmake - s2
+ gdal - sf
+ gdal-devel - sf
+ geos-devel - sf
+ proj-devel - sf
+ sqlite-devel - sf, sf
+ udunits2-devel - units
The R packages build just fine even though, according to pak the dependencies are missing.