-
Notifications
You must be signed in to change notification settings - Fork 198
Description
@edzer and @HenrikBengtsson (r-spatial/sf#1899 (comment)) : Since Solaris is no longer available for testing on CRAN (it was stuck at GDAL: 2.2.4, PROJ: 5.2.0, GEOS: 3.7.3), we need to add a GHA to check sf (and terra, vapour, "gdalcubes", etc.) HEAD to see that installation still succeeds for the versions of external software on CentOS 7.9 and Ubuntu 18.04, which were trapped before by CRAN/Solaris.
I've been rebuilding and installing GDAL: 2.2.4, PROJ: 5.2.0, GEOS: 3.7.3 on my fully updated Fedora 35, so I don't think that there is a problem with the older PROJ/GDAL/GEOS versions needing older versions of their upstream dependencies; my checks were all run with current R.
Which choices should we look at to be able just to see that say R CMD SHLIB completes successfully (not INSTALL to avoid installing packages sf depends on) after having run ./configure
?