* installing *source* package ‘RFIF’ ...
** this is package ‘RFIF’ version ‘1.0.2’
** package ‘RFIF’ successfully unpacked and MD5 sums checked
** using staged installation
Configuring RFIF...
  configure path: /data/gannet/ripley/R/packages/tests-devel/RFIF
  PKG_CONFIG env: <unset>
  PKGCONF resolved: pkg-config
  PKG_CONFIG_PATH before: /usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig
  PKG_CONFIG_PATH used:   /usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig
  Found fftw3l and fftw3 via pkg-config (enabling fast FFT).
Done.
** libs
using C compiler: ‘gcc (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RFIF/src'
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -DRFIF_USE_FFTW -isystem /usr/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 FFT.c -o FFT.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -DRFIF_USE_FFTW -isystem /usr/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 Fif.c -o Fif.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -DRFIF_USE_FFTW -isystem /usr/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 init.c -o init.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -DRFIF_USE_FFTW -isystem /usr/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 interp.c -o interp.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -DRFIF_USE_FFTW -isystem /usr/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 r_fifc_shim.c -o r_fifc_shim.o
In file included from r_fifc_shim.c:6:
Fif.h:38:15: warning: ‘MM’ defined but not used [-Wunused-variable]
   38 | static double MM[24803] = {\
      |               ^~
gcc -shared -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 -fpic -L/usr/local/lib64 -o RFIF.so FFT.o Fif.o init.o interp.o r_fifc_shim.o -lfftw3l -lfftw3
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RFIF/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RFIF/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RFIF/src'
installing to /data/gannet/ripley/R/packages/tests-devel/RFIF.Rcheck/00LOCK-RFIF/00new/RFIF/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (RFIF)