* installing *source* package ‘astronomyengine’ ...
** this is package ‘astronomyengine’ version ‘0.1.0’
** package ‘astronomyengine’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
using C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/astronomyengine/src'
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c astronomy_impl.c -o astronomy_impl.o
g++ -std=gnu++20 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c astronomy_wrapper.cpp -o astronomy_wrapper.o
g++ -std=gnu++20 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c cpp11.cpp -o cpp11.o
In file included from astronomy_impl.c:2:
../inst/include/astronomy/astronomy.c: In function ‘shadow_distance_slope’:
../inst/include/astronomy/astronomy.c:11538:32: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
11538 | shadow_func_t shadowfunc = (shadow_func_t) context;
| ^
../inst/include/astronomy/astronomy.c: In function ‘PeakEarthShadow’:
../inst/include/astronomy/astronomy.c:11568:54: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
11568 | result = Astronomy_Search(shadow_distance_slope, (void *)EarthShadow, t1, t2, 1.0);
| ^
../inst/include/astronomy/astronomy.c: In function ‘PeakMoonShadow’:
../inst/include/astronomy/astronomy.c:11587:54: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
11587 | result = Astronomy_Search(shadow_distance_slope, (void *)MoonShadow, t1, t2, 1.0);
| ^
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o astronomyengine.so astronomy_impl.o astronomy_wrapper.o cpp11.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/astronomyengine/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/astronomyengine/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/astronomyengine/src'
installing to /data/gannet/ripley/R/packages/tests-devel/astronomyengine.Rcheck/00LOCK-astronomyengine/00new/astronomyengine/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (astronomyengine)